aboutsummaryrefslogtreecommitdiff
path: root/install/ElggInstaller.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-06 22:09:11 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-06 22:09:11 +0000
commit7fa5b78f65d829306c790e682521696f39410b94 (patch)
tree122087378a8da38b7b15946838b997c1a37d03cf /install/ElggInstaller.php
parentf73af39ebfa8f51d7483120b3be67001b29b232d (diff)
downloadelgg-7fa5b78f65d829306c790e682521696f39410b94.tar.gz
elgg-7fa5b78f65d829306c790e682521696f39410b94.tar.bz2
pulled private settings out into a separate lib
git-svn-id: http://code.elgg.org/elgg/trunk@7249 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r--install/ElggInstaller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index 2eba692b3..46c2309d5 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -740,8 +740,8 @@ class ElggInstaller {
'navigation.php', 'notification.php',
'objects.php', 'opendd.php', 'pagehandler.php',
'pageowner.php', 'pam.php', 'plugins.php',
- 'relationships.php', 'river.php', 'sites.php',
- 'statistics.php', 'tags.php', 'usersettings.php',
+ 'private_settings.php', 'relationships.php', 'river.php',
+ 'sites.php', 'statistics.php', 'tags.php', 'usersettings.php',
'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php'
);