diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-07-02 14:06:11 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-07-02 14:06:11 +0000 |
commit | f0b7a73b5a9fea9077611e0df503dfd06c414d5b (patch) | |
tree | e07e11ea6536035f232424645307ae49b53da463 /actions | |
parent | 34049eed4f510ef796ef1b9910d5d1042db43915 (diff) | |
download | elgg-f0b7a73b5a9fea9077611e0df503dfd06c414d5b.tar.gz elgg-f0b7a73b5a9fea9077611e0df503dfd06c414d5b.tar.bz2 |
Removing update client from initial modules.
git-svn-id: https://code.elgg.org/elgg/trunk@3382 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/systemsettings/install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 08dfd02e3..e2e0de5aa 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -101,7 +101,6 @@ {
enable_plugin('profile', $site->getGUID());
enable_plugin('river', $site->getGUID());
- enable_plugin('updateclient', $site->getGUID());
enable_plugin('logbrowser', $site->getGUID());
enable_plugin('diagnostics', $site->getGUID());
enable_plugin('uservalidationbyemail', $site->getGUID()); |