浏览代码

Refactorisation : FreshRSS_Feed

Un préfixe FreshRSS_ oublié
Alexandre Alapetite 12 年之前
父节点
当前提交
1c0e7a4952
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',