diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-14 11:09:28 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-14 11:09:28 +0000 |
commit | 43168290231329c14668970b5be2bd5de192e551 (patch) | |
tree | c96f030c3af5e1913152a779ca9154427e4b6965 /install/ElggInstaller.php | |
parent | 06b1e918d5b47be44536981876ce8a11edfa31e8 (diff) | |
download | elgg-43168290231329c14668970b5be2bd5de192e551.tar.gz elgg-43168290231329c14668970b5be2bd5de192e551.tar.bz2 |
Refs #2511 - removed empty query.php lib file
git-svn-id: http://code.elgg.org/elgg/trunk@7079 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r-- | install/ElggInstaller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index d3cc523c8..0d2373f84 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -707,7 +707,7 @@ class ElggInstaller { 'location.php', 'mb_wrapper.php', 'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php', 'objects.php', 'opendd.php', 'pagehandler.php', - 'pageowner.php', 'pam.php', 'plugins.php', 'query.php', + 'pageowner.php', 'pam.php', 'plugins.php', 'relationships.php', 'river.php', 'sites.php', 'statistics.php', 'tags.php', 'usersettings.php', 'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php' |