From 872cd7901b0aa47c943206012af0636fd64ad431 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 2 Dec 2012 22:31:46 -0800 Subject: [PATCH] Added 'core' plugin as an exclusion. --- e107_handlers/plugin_class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_handlers/plugin_class.php b/e107_handlers/plugin_class.php index 5c3f299bb..753c7c5cc 100644 --- a/e107_handlers/plugin_class.php +++ b/e107_handlers/plugin_class.php @@ -60,7 +60,8 @@ class e107plugin var $disAllowed = array( - 'theme' + 'theme', + 'core' ); // List of all plugin variables which need to be checked - install required if one or more set and non-empty