We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040f6f3 commit 80faa10Copy full SHA for 80faa10
src/administrator/components/com_jed/src/View/Extensionimage/HtmlView.php
@@ -49,7 +49,7 @@ class HtmlView extends BaseHtmlView
49
public function display($tpl = null): void
50
{
51
/** @var ExtensionimageModel $model */
52
- $model = $this->getModel();
+ $model = $this->getModel();
53
$this->state = $model->getState();
54
$this->item = $model->getItem();
55
$this->form = $model->getForm();
0 commit comments