From 74806571108da6eb8c518b749b5218d18c208336 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 7 Apr 2022 07:49:58 +0200 Subject: [PATCH] Removed no longer supported behavior helper --- slt/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slt/index.php b/slt/index.php index db9c643..a8dea30 100644 --- a/slt/index.php +++ b/slt/index.php @@ -4,7 +4,7 @@ defined('_JEXEC') or die; use Joomla\CMS\Uri\Uri; -JHTML::_('behavior.framework', true); +//JHTML::_('behavior.framework', true); $app = JFactory::getApplication(); $doc = JFactory::getDocument();