diff --git a/Class/MyController.php b/Class/MyController.php index d7261cf..27dbdf2 100644 --- a/Class/MyController.php +++ b/Class/MyController.php @@ -65,8 +65,8 @@ public function send() $layout = new \Micro\View($this->template); - if(config()->debug_mode) - $this->debug = new \Micro\View('System/Debug'); + if(config()->debug_mode) + $this->debug = new \Micro\View('System/Debug'); $layout->set((array) $this); print $layout;