aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-14 11:06:19 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-10-14 11:06:19 +0000
commit06b1e918d5b47be44536981876ce8a11edfa31e8 (patch)
treed608be79fdaae29a825ec621087bcfaa1ed00513 /engine/start.php
parent79527ef4c43e97060d2412037adcdcb03220a4fa (diff)
downloadelgg-06b1e918d5b47be44536981876ce8a11edfa31e8.tar.gz
elgg-06b1e918d5b47be44536981876ce8a11edfa31e8.tar.bz2
Fixes #2339 - removes social library and deprecates its two functions (put it output.php for lack of a better location)
git-svn-id: http://code.elgg.org/elgg/trunk@7078 36083f99-b078-4883-b0ff-0f9b5a30f544
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 18be0181d..4bc1abd45 100644
--- a/engine/start.php
+++ b/engine/start.php
@@ -98,7 +98,7 @@ $lib_files = array(
'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php',
'objects.php', 'opendd.php', 'pagehandler.php',
'pageowner.php', 'pam.php', 'plugins.php', 'query.php',
- 'relationships.php', 'river.php', 'sites.php', 'social.php',
+ 'relationships.php', 'river.php', 'sites.php',
'statistics.php', 'system_log.php', 'tags.php', 'usersettings.php',
'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php'
);