aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009022701.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2009022701.php')
-rw-r--r--engine/lib/upgrades/2009022701.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009022701.php b/engine/lib/upgrades/2009022701.php
new file mode 100644
index 000000000..92d540cd3
--- /dev/null
+++ b/engine/lib/upgrades/2009022701.php
@@ -0,0 +1,8 @@
+<?php
+ global $CONFIG;
+
+ /**
+ * Disable update client since this has now been removed.
+ */
+ disable_plugin('updateclient', $CONFIG->site->guid);
+?> \ No newline at end of file