diff options
| author | 2013-12-15 04:03:32 +0100 | |
|---|---|---|
| committer | 2013-12-15 04:03:32 +0100 | |
| commit | 83e8c68b6f9fc563230920ee520eae138898a2c1 (patch) | |
| tree | c8ea47a3cab48bf1f20ab77e760d63260156acd3 /app/controllers/configureController.php | |
| parent | 96bf9e5159df8a1217b2dbcff3210505c5c9ac1d (diff) | |
Refactorisation : oubli
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php index 0e7fbbdde..62fead315 100755 --- a/app/controllers/configureController.php +++ b/app/controllers/configureController.php @@ -249,7 +249,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController { Minz_Session::_param ('mail', $this->view->conf->mailLogin ()); Minz_Session::_param ('language', $this->view->conf->language ()); - Translate::reset (); + Minz_Translate::reset (); // notif $notif = array ( |
