From 0f582ce2d8d17f1a4eabe0049511c9853d41d6d8 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 28 Nov 2010 13:31:59 +0000 Subject: moved api.php to web_services.php as it is more descriptive git-svn-id: http://code.elgg.org/elgg/trunk@7459 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'install/ElggInstaller.php') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 060480791..e5bf47853 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -732,7 +732,7 @@ class ElggInstaller { // these want to be loaded first apparently? 'database.php', 'actions.php', - 'admin.php', 'annotations.php', 'api.php', + 'admin.php', 'annotations.php', 'calendar.php', 'configuration.php', 'cron.php', 'entities.php', 'extender.php', 'filestore.php', 'group.php', 'location.php', 'mb_wrapper.php', @@ -742,7 +742,8 @@ class ElggInstaller { 'pageowner.php', 'pam.php', 'plugins.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' + 'users.php', 'version.php', 'web_services.php', + 'widgets.php', 'xml.php', 'xml-rpc.php' ); foreach ($lib_files as $file) { -- cgit v1.2.3