Comment out: JHtml::_('behavior.tabstate');

This commit is contained in:
Oh 2021-10-16 09:19:01 +02:00
parent 286232872c
commit b126fa389e
Signed by untrusted user: Oh
GPG Key ID: F91C6D0A21225F8A

View File

@ -21,7 +21,7 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
JHtml::_('behavior.tabstate');
//JHtml::_('behavior.tabstate');
// Access check.
if (!JFactory::getUser()->authorise('core.manage', 'com_demo'))