]> git.wh0rd.org Git - tt-rss.git/commitdiff
digest: fix digestinit failing on first invocation
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 26 Mar 2013 14:10:55 +0000 (18:10 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 26 Mar 2013 14:10:55 +0000 (18:10 +0400)
plugins/digest/init.php

index 2fc98b0ec5ebda0c6abf6a8b8249091a3dffb7b1..e65ae13d72c309be647aa5844c9e9e0c37b5eabc 100644 (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;