remove hardcoded reference to icons/ directory (change to ICONS_DIR)
This commit is contained in:
parent
072bd2ccfb
commit
cacf3f1d48
1 changed files with 1 additions and 1 deletions
|
@ -3082,7 +3082,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
printFeedEntry($feed_id, $class, $feed, $unread,
|
printFeedEntry($feed_id, $class, $feed, $unread,
|
||||||
"icons/$feed_id.ico", $link, $rtl_content,
|
ICONS_DIR."$feed_id.ico", $link, $rtl_content,
|
||||||
$last_updated, $line["last_error"]);
|
$last_updated, $line["last_error"]);
|
||||||
|
|
||||||
++$lnum;
|
++$lnum;
|
||||||
|
|
Loading…
Reference in a new issue