diff options
| author | 2013-12-19 21:53:21 +0100 | |
|---|---|---|
| committer | 2013-12-19 21:53:21 +0100 | |
| commit | 1c0e7a49528d1fb972a0fa0e9551d70dc5636442 (patch) | |
| tree | 1dbe6d47fe329fe07238572c76a582d8debac2f5 /app/Controllers/feedController.php | |
| parent | c013ecd0ae37db685d38b4a743f14bd55e437cf6 (diff) | |
Refactorisation : FreshRSS_Feed
Un préfixe FreshRSS_ oublié
Diffstat (limited to 'app/Controllers/feedController.php')
| -rwxr-xr-x | app/Controllers/feedController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/feedController.php b/app/Controllers/feedController.php index 18476d559..27b76dd42 100755 --- a/app/Controllers/feedController.php +++ b/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', |
