diff options
Diffstat (limited to 'engine/lib/upgrades/2009022701.php')
-rw-r--r-- | engine/lib/upgrades/2009022701.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engine/lib/upgrades/2009022701.php b/engine/lib/upgrades/2009022701.php index 92d540cd3..2e83b56b3 100644 --- a/engine/lib/upgrades/2009022701.php +++ b/engine/lib/upgrades/2009022701.php @@ -1,8 +1,7 @@ <?php global $CONFIG; - + /** * Disable update client since this has now been removed. */ - disable_plugin('updateclient', $CONFIG->site->guid); -?>
\ No newline at end of file + disable_plugin('updateclient', $CONFIG->site->guid);
\ No newline at end of file |