mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 06:35:40 -04:00
Let's begin the big refactoring!
Minz_Translate::t\s? replaces by _t See https://github.com/marienfressinaud/FreshRSS/issues/655
This commit is contained in:
@@ -120,11 +120,11 @@ class FreshRSS_stats_Controller extends Minz_ActionController {
|
||||
public function firstAction() {
|
||||
if (!$this->view->loginOk) {
|
||||
Minz_Error::error(
|
||||
403, array('error' => array(Minz_Translate::t('access_denied')))
|
||||
403, array('error' => array(_t('access_denied')))
|
||||
);
|
||||
}
|
||||
|
||||
Minz_View::prependTitle(Minz_Translate::t('stats') . ' · ');
|
||||
Minz_View::prependTitle(_t('stats') . ' · ');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user