Explorar o código

Refactorisation : FreshRSS_Feed

Un préfixe FreshRSS_ oublié
Alexandre Alapetite %!s(int64=12) %!d(string=hai) anos
pai
achega
1c0e7a4952
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',