Commit 2709403d10c6be15c281647527279e30c3cfaabd
- Diff rendering mode:
- inline
- side by side
Belokan.php
(2 / 1)
|   | |||
| 47 | 47 | $ctrlInstance = new HttpErrorsController('HttpErrors', 'e404'); | |
| 48 | 48 | } | |
| 49 | 49 | } | |
| 50 | |||
| 50 | |||
| 51 | if ($RESTCtrl) $ctrlInstance->setView('default'); | ||
| 51 | 52 | $ctrlInstance->_pre_action(); | |
| 52 | 53 | if ($RESTCtrl) | |
| 53 | 54 | call_user_func(array($ctrlInstance, strtolower($req->getMethod())), $action); |

