From 7fa5b78f65d829306c790e682521696f39410b94 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 6 Nov 2010 22:09:11 +0000 Subject: pulled private settings out into a separate lib git-svn-id: http://code.elgg.org/elgg/trunk@7249 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ElggInstaller.php') 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' ); -- cgit v1.2.3