Refactoring of indexController

Global view has been moved to a different action (all is not working)

See https://github.com/marienfressinaud/FreshRSS/issues/634
and https://github.com/marienfressinaud/FreshRSS/issues/655
This commit is contained in:
Marien Fressinaud
2014-10-20 19:35:22 +02:00
parent 1a22a87fb1
commit 8a7bab3a55
8 changed files with 79 additions and 66 deletions

View File

@@ -37,7 +37,7 @@ class FreshRSS_error_Controller extends Minz_ActionController {
if ($this->view->errorMessage == '') {
switch($code_int) {
case 403:
$this->view->errorMessage = _t('forbidden_access');
$this->view->errorMessage = _t('access_denied');
break;
case 404:
default: