diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-05 18:11:00 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-05 18:11:00 -0700 |
commit | bedc7b7b69dcc772243f5a1da692987459f324f0 (patch) | |
tree | d917aa939f0e907fc791272829a6aecae6a447ce /boot.php | |
parent | d7d46def9d6893b239c4e4e468fe151cedb28477 (diff) | |
download | volse-hubzilla-bedc7b7b69dcc772243f5a1da692987459f324f0.tar.gz volse-hubzilla-bedc7b7b69dcc772243f5a1da692987459f324f0.tar.bz2 volse-hubzilla-bedc7b7b69dcc772243f5a1da692987459f324f0.zip |
use SubModule class for generalising submodules, move back to the zotlabs/module hierarchy
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -697,6 +697,7 @@ function startup() { class ZotlabsAutoloader { static public function loader($className) { + $debug = false; $filename = str_replace('\\', '/', $className) . ".php"; if(file_exists($filename)) { include($filename); |