Fix syntax error, unexpected token "("

This commit is contained in:
Thomas Kuschel 2023-10-05 14:56:39 +02:00
parent e30b2c6550
commit 6928ff5a74

View File

@ -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');
?>
<form action="<?php echo Route::_('index.php?option=com_depot&view=part&layout=edit&id=' . (int) $this->item->id); ?>"