getFeedIcon: remove second parameter
This commit is contained in:
parent
4f79e9aa65
commit
9299102f43
|
@ -2015,7 +2015,7 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getFeedIcon($id, $cat) {
|
function getFeedIcon($id) {
|
||||||
switch ($id) {
|
switch ($id) {
|
||||||
case 0:
|
case 0:
|
||||||
return "images/archive.png";
|
return "images/archive.png";
|
||||||
|
|
Loading…
Reference in New Issue