@@ -55,7 +55,7 @@ |
||
| 55 | 55 | $this->getMethod(); |
| 56 | 56 | $this->getParams(); |
| 57 | 57 | } catch (Exception $ex) { |
| 58 | - Redirect::to(404, $this->_pnf, Input::get("url")); |
|
| 58 | + Redirect::to(404, $this->_pnf, Input::get("url")); |
|
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | |