aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-05 18:11:00 -0700
committerredmatrix <mike@macgirvin.com>2016-09-05 18:11:00 -0700
commitbedc7b7b69dcc772243f5a1da692987459f324f0 (patch)
treed917aa939f0e907fc791272829a6aecae6a447ce /boot.php
parentd7d46def9d6893b239c4e4e468fe151cedb28477 (diff)
downloadvolse-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-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 21cd7e281..b578129b4 100755
--- a/boot.php
+++ b/boot.php
@@ -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);