@@ -136,7 +136,7 @@ |
||
136 | 136 | } |
137 | 137 | |
138 | 138 | if (!class_exists($name) && empty($GLOBALS['widgetStack'][$name])) { |
139 | - throw new Exception('Widget ' . $name . ' not started.'); |
|
139 | + throw new Exception('Widget '.$name.' not started.'); |
|
140 | 140 | } |
141 | 141 | |
142 | 142 | /** @var \Micro\mvc\Widget $widget widget */ |