From 9299102f4350d7bac0fca64e55c673980696889f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 3 Sep 2012 13:13:16 +0400 Subject: [PATCH] getFeedIcon: remove second parameter --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.39.2