aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-12-14 20:02:25 -0500
committercash <cash.costello@gmail.com>2011-12-14 20:02:25 -0500
commitdfaa80f0a44afe6faed0212e61c3edef48afc64d (patch)
tree43fb8d5d8208644a0608304e88049a29dc322840 /engine/start.php
parentf84e36f0690c87f30a292953562e80b280650540 (diff)
downloadelgg-dfaa80f0a44afe6faed0212e61c3edef48afc64d.tar.gz
elgg-dfaa80f0a44afe6faed0212e61c3edef48afc64d.tar.bz2
Fixes #3341 removed xml-rpc code from Elgg - see xml-rpc plugin if you need an xml-rpc endpoint
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php
index 00bdc3197..454dc7377 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -100,7 +100,7 @@ $lib_files = array(
'opendd.php', 'pagehandler.php', 'pam.php', 'plugins.php',
'private_settings.php', 'relationships.php', 'river.php', 'sites.php',
'statistics.php', 'tags.php', 'user_settings.php', 'users.php',
- 'upgrade.php', 'web_services.php', 'widgets.php', 'xml.php', 'xml-rpc.php',
+ 'upgrade.php', 'web_services.php', 'widgets.php', 'xml.php',
//backwards compatibility
'deprecated-1.7.php', 'deprecated-1.8.php',