diff options
author | friendica <info@friendica.com> | 2014-01-30 14:37:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-30 14:37:50 -0800 |
commit | 2f876334d5d55282ef4705d80c975e508b52c343 (patch) | |
tree | ae13a518464da622b568fba41f4f68911bd9b5ce /index.php | |
parent | 0fae8acdefa26c19429ffef218066050d1ae825e (diff) | |
parent | 70de97fca17bac28e174373cd03581b5bae0c471 (diff) | |
download | volse-hubzilla-2f876334d5d55282ef4705d80c975e508b52c343.tar.gz volse-hubzilla-2f876334d5d55282ef4705d80c975e508b52c343.tar.bz2 volse-hubzilla-2f876334d5d55282ef4705d80c975e508b52c343.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,7 +19,7 @@ $a = new App; /** * * Load the configuration file which contains our DB credentials. - * Ignore errors. If the file doesn't exist or is empty, we are running in installation mode. + * Ignore errors. If the file doesn't exist or is empty, we are running in installation mode.' * */ @@ -182,7 +182,6 @@ if(strlen($a->module)) { * Otherwise, look for the standard program module in the 'mod' directory */ - if(! $a->module_loaded) { if(file_exists("custom/{$a->module}.php")) { include_once("custom/{$a->module}.php"); |