Browse Source

Refactorisation : FreshRSS_Feed

Un préfixe FreshRSS_ oublié
Alexandre Alapetite 12 năm trước cách đây
mục cha
commit
1c0e7a4952
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',