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.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2009022701.php b/engine/lib/upgrades/2009022701.php
new file mode 100644
index 000000000..54083a34d
--- /dev/null
+++ b/engine/lib/upgrades/2009022701.php
@@ -0,0 +1,7 @@
+<?php
+global $CONFIG;
+
+/**
+ * Disable update client since this has now been removed.
+ */
+disable_plugin('updateclient', $CONFIG->site->guid);