Version 0.9.13
This commit is contained in:
@@ -10,10 +10,8 @@
|
||||
|
||||
namespace KW4NZ\Component\Depot\Administrator\View\Packages;
|
||||
|
||||
use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Language\Text;
|
||||
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
|
||||
// use Joomla\CMS\Toolbar;
|
||||
use Joomla\CMS\Toolbar\ToolbarHelper;
|
||||
|
||||
// phpcs:disable PSR1.Files.SideEffects
|
||||
@@ -37,7 +35,7 @@ class HtmlView extends BaseHtmlView
|
||||
$this->setLayout('emptystate');
|
||||
}
|
||||
|
||||
// set the toolbar
|
||||
// Set the toolbar
|
||||
$this->addToolbar();
|
||||
|
||||
parent::display($tpl);
|
||||
|
Reference in New Issue
Block a user