Просмотр исходного кода

Refactorisation : FreshRSS_Feed

Un préfixe FreshRSS_ oublié
Alexandre Alapetite 12 лет назад
Родитель
Сommit
1c0e7a4952
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Controllers/feedController.php

+ 1 - 1
app/Controllers/feedController.php

@@ -394,7 +394,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
 						'type' => 'good',
 						'content' => Minz_Translate::t ('feed_deleted')
 					);
-					Feed::faviconDelete($id);
+					FreshRSS_Feed::faviconDelete($id);
 				} else {
 					$notif = array (
 						'type' => 'bad',