@@ -208,7 +208,9 @@ |
||
208 | 208 | |
209 | 209 | if ($this->controllerCreationFunction === null) { |
210 | 210 | return new $controller; |
211 | - } else return call_user_func($this->controllerCreationFunction, $controller); |
|
211 | + } else { |
|
212 | + return call_user_func($this->controllerCreationFunction, $controller); |
|
213 | + } |
|
212 | 214 | } |
213 | 215 | |
214 | 216 | /** |