aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-28 15:08:22 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-28 15:08:22 +0000
commit53b9c92bec280c6ab29468b8e5c6e13250818c3e (patch)
tree0abed67c87d88ef28ad61a8cbd756d9325066fc5 /engine/lib/upgrades
parent33ab74f4da917b4358b5f079a039a841f10405d3 (diff)
downloadelgg-53b9c92bec280c6ab29468b8e5c6e13250818c3e.tar.gz
elgg-53b9c92bec280c6ab29468b8e5c6e13250818c3e.tar.bz2
Disabling updateclient on installs as part of upgrade, this is because it is no longer included and can cause problems.
git-svn-id: https://code.elgg.org/elgg/trunk@2997 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/upgrades')
-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