From: Andrew Dolgov Date: Tue, 26 Mar 2013 14:10:55 +0000 (+0400) Subject: digest: fix digestinit failing on first invocation X-Git-Tag: 1.7.6~269 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=554f658c0e2b2d8c22280cede857030ada6c8ca2;p=tt-rss.git digest: fix digestinit failing on first invocation --- diff --git a/plugins/digest/init.php b/plugins/digest/init.php index 2fc98b0e..e65ae13d 100644 --- a/plugins/digest/init.php +++ b/plugins/digest/init.php @@ -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;