Skip to content

Commit 0d156a2

Browse files
author
Phil E. Taylor
authored
fix undefined class (#35459)
1 parent 36d0214 commit 0d156a2

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_joomlaupdate/tmpl/joomlaupdate

1 file changed

+1
-1
lines changed

administrator/components/com_joomlaupdate/tmpl/joomlaupdate/reinstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Joomla\CMS\Language\Text;
1515
use Joomla\CMS\Layout\LayoutHelper;
1616

17-
/** @var HtmlView $this */
17+
/** @var \Joomla\Component\Joomlaupdate\Administrator\View\Joomlaupdate\HtmlView $this */
1818

1919
/** @var \Joomla\CMS\WebAsset\WebAssetManager $wa */
2020
$wa = $this->document->getWebAssetManager();

0 commit comments

Comments
 (0)