diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-30 20:30:16 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-30 20:30:16 +0000 |
commit | c3f0a32b2bc8d055bfce97e20079cb7840746cd5 (patch) | |
tree | fd21eb16c1b1549d543082c77111d1c48cf0f098 /install/ElggInstaller.php | |
parent | 37d8b3e053d86fb5f213ab6fe38940e3c0a243d4 (diff) | |
download | elgg-c3f0a32b2bc8d055bfce97e20079cb7840746cd5.tar.gz elgg-c3f0a32b2bc8d055bfce97e20079cb7840746cd5.tar.bz2 |
pulled navigation functions out of elgglib.php
git-svn-id: http://code.elgg.org/elgg/trunk@7136 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r-- | install/ElggInstaller.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index a08a101ff..480a2ed1e 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -736,7 +736,8 @@ class ElggInstaller { 'calendar.php', 'configuration.php', 'cron.php', 'entities.php', 'extender.php', 'filestore.php', 'group.php', 'location.php', 'mb_wrapper.php', - 'memcache.php', 'metadata.php', 'metastrings.php', 'notification.php', + 'memcache.php', 'metadata.php', 'metastrings.php', + 'navigation.php', 'notification.php', 'objects.php', 'opendd.php', 'pagehandler.php', 'pageowner.php', 'pam.php', 'plugins.php', 'relationships.php', 'river.php', 'sites.php', |