diff options
Diffstat (limited to 'engine/lib/upgrades/2009022701.php')
| -rw-r--r-- | engine/lib/upgrades/2009022701.php | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/engine/lib/upgrades/2009022701.php b/engine/lib/upgrades/2009022701.php index 92d540cd3..54083a34d 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 +global $CONFIG; + +/** + * Disable update client since this has now been removed. + */ +disable_plugin('updateclient', $CONFIG->site->guid); |
