From bedc7b7b69dcc772243f5a1da692987459f324f0 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 5 Sep 2016 18:11:00 -0700 Subject: use SubModule class for generalising submodules, move back to the zotlabs/module hierarchy --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') 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); -- cgit v1.2.3