diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index 4bc1abd45..e0711e285 100644 --- a/engine/start.php +++ b/engine/start.php @@ -97,7 +97,7 @@ $lib_files = array( 'input.php', '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', 'system_log.php', 'tags.php', 'usersettings.php', 'users.php', 'version.php', 'widgets.php', 'xml.php', 'xml-rpc.php' |