mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 18:31:30 +00:00
getFeedIcon: remove second parameter
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user