mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-08 15:14:56 -04:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user