summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-03 13:13:16 +0400
committerAndrew Dolgov <[email protected]>2012-09-03 13:13:16 +0400
commit9299102f4350d7bac0fca64e55c673980696889f (patch)
tree40aa71a411f35da9dce42834fdbe4f99e561ee39 /include/functions.php
parent4f79e9aa6592e78b94698cb79b7ac8b1ec5d5cc0 (diff)
getFeedIcon: remove second parameter
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php2
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";