Przeglądaj źródła

Refactorisation : FreshRSS_Feed

Un préfixe FreshRSS_ oublié
Alexandre Alapetite 12 lat temu
rodzic
commit
1c0e7a4952
1 zmienionych plików z 1 dodań i 1 usunięć
  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',