From: Andrew Dolgov Date: Mon, 3 Sep 2012 09:13:16 +0000 (+0400) Subject: getFeedIcon: remove second parameter X-Git-Tag: 1.6.0~80 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=9299102f4350d7bac0fca64e55c673980696889f;p=tt-rss.git getFeedIcon: remove second parameter --- diff --git a/include/functions.php b/include/functions.php index e579d4aa..2845acb2 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2015,7 +2015,7 @@ } - function getFeedIcon($id, $cat) { + function getFeedIcon($id) { switch ($id) { case 0: return "images/archive.png";