@@ -222,8 +222,7 @@ |
||
| 222 | 222 | |
| 223 | 223 | if(method_exists($this->controller, "redirect")) { |
| 224 | 224 | $this->controller->redirect($this->redirect); |
| 225 | - } |
|
| 226 | - else { |
|
| 225 | + } else { |
|
| 227 | 226 | header("Location: " . $this->redirect); |
| 228 | 227 | exit; |
| 229 | 228 | } |