mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 18:41:29 +00:00
digest: fix digestinit failing on first invocation
This commit is contained in:
@@ -99,7 +99,7 @@ class Digest extends Plugin implements IHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($_REQUEST["init"] == 1) {
|
if ($_REQUEST["init"] == 1) {
|
||||||
$params["hotkeys"] = get_hotkeys_map($link);
|
$params["hotkeys"] = get_hotkeys_map($this->link);
|
||||||
}
|
}
|
||||||
$params["feeds"] = $feeds;
|
$params["feeds"] = $feeds;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user