1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00

digest: fix digestinit failing on first invocation

This commit is contained in:
Andrew Dolgov 2013-03-26 18:10:55 +04:00
parent 2196b517cd
commit 554f658c0e

View File

@ -99,7 +99,7 @@ class Digest extends Plugin implements IHandler {
}
if ($_REQUEST["init"] == 1) {
$params["hotkeys"] = get_hotkeys_map($link);
$params["hotkeys"] = get_hotkeys_map($this->link);
}
$params["feeds"] = $feeds;