Fixed compile error: Cannot declare class WarningField

This commit is contained in:
Monika
2026-03-24 12:34:59 +05:30
parent e94e838d7c
commit dfaf588009
2 changed files with 0 additions and 3 deletions
@@ -335,8 +335,6 @@ class plgSystemGantry5 extends CMSPlugin
$task = $input->getCmd('task');
if (in_array($option, array('com_templates', 'com_advancedtemplates'), true)) {
// Register field class with namespace
require_once __DIR__ . '/fields/warning.php';
if ($task && strpos($task, 'style') === 0 && $this->params->get('use_assignments', true)) {
// Get all ids.
@@ -13,7 +13,6 @@
<files>
<filename plugin="gantry5">gantry5.php</filename>
<filename>MD5SUMS</filename>
<folder>fields</folder>
<folder>forms</folder>
<folder>language</folder>
</files>