1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Added 'core' plugin as an exclusion.

This commit is contained in:
Cameron
2012-12-02 22:31:46 -08:00
parent 4f33f78da4
commit 872cd7901b

View File

@@ -60,7 +60,8 @@ class e107plugin
var $disAllowed = array( 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 // List of all plugin variables which need to be checked - install required if one or more set and non-empty