Refactorisation : FreshRSS_Feed

Un préfixe FreshRSS_ oublié
pull/326/head
Alexandre Alapetite 11 years ago
parent c013ecd0ae
commit 1c0e7a4952
  1. 2
      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',

Loading…
Cancel
Save