diff options
Diffstat (limited to 'engine/lib/upgrades/2010121401.php')
-rw-r--r-- | engine/lib/upgrades/2010121401.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/upgrades/2010121401.php b/engine/lib/upgrades/2010121401.php index 30e4dff32..9619dd655 100644 --- a/engine/lib/upgrades/2010121401.php +++ b/engine/lib/upgrades/2010121401.php @@ -4,4 +4,4 @@ global $CONFIG; /** * Disable members plugin as it has been moved into core. */ -disable_plugin('members', $CONFIG->site->guid);
\ No newline at end of file +disable_plugin('members', $CONFIG->site->guid); |