Favicons compatibles multi-utilisateurs

Contribue à https://github.com/marienfressinaud/FreshRSS/issues/126
This commit is contained in:
Alexandre Alapetite
2013-12-26 19:58:17 +01:00
parent 3ba5223e13
commit 574d37bddc
5 changed files with 13 additions and 8 deletions

View File

@@ -395,7 +395,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
'type' => 'good',
'content' => Minz_Translate::t ('feed_deleted')
);
FreshRSS_Feed::faviconDelete($id);
//TODO: Delete old favicon
} else {
$notif = array (
'type' => 'bad',