From 6928ff5a74f193f4c44c15441390b426e1188b57 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Thu, 5 Oct 2023 14:56:39 +0200 Subject: [PATCH] Fix syntax error, unexpected token "(" --- admin/tmpl/part/edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/tmpl/part/edit.php b/admin/tmpl/part/edit.php index fa823f0..7ae900f 100644 --- a/admin/tmpl/part/edit.php +++ b/admin/tmpl/part/edit.php @@ -13,8 +13,8 @@ use Joomla\CMS\Router\Route; //$wa = $this->document->getWebAssetManager(); //$wa->useScript('keepalive'); //$wa->useScript('form.validate'); -HTMLHelper::('behavior.formvalidator'); -HTMLHelper::('behavior.keepalive'); +HTMLHelper::_('behavior.formvalidator'); +HTMLHelper::_('behavior.keepalive'); ?>
-
+ \ No newline at end of file