Преглед изворни кода

Refactorisation : Minz_Translate

Un préfixe Minz_ oublié
Alexandre Alapetite пре 12 година
родитељ
комит
c013ecd0ae
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Controllers/configureController.php

+ 1 - 1
app/Controllers/configureController.php

@@ -363,7 +363,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
 		// au niveau de la vue, permet de ne pas voir un flux sélectionné dans la liste
 		$this->view->flux = false;
 
-		Minz_View::prependTitle (Translate::t ('import_export_opml') . ' - ');
+		Minz_View::prependTitle (Minz_Translate::t ('import_export_opml') . ' - ');
 	}
 
 	public function shortcutAction () {