mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-17 16:34:55 -05:00
Fixed compile error: Cannot declare class WarningField
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user