diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-03 13:13:16 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-03 13:13:16 +0400 |
| commit | 9299102f4350d7bac0fca64e55c673980696889f (patch) | |
| tree | 40aa71a411f35da9dce42834fdbe4f99e561ee39 | |
| parent | 4f79e9aa6592e78b94698cb79b7ac8b1ec5d5cc0 (diff) | |
getFeedIcon: remove second parameter
| -rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index e579d4aa1..2845acb22 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"; |