From 554f658c0e2b2d8c22280cede857030ada6c8ca2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Mar 2013 18:10:55 +0400 Subject: digest: fix digestinit failing on first invocation --- plugins/digest/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/digest') diff --git a/plugins/digest/init.php b/plugins/digest/init.php index 2fc98b0ec..e65ae13d7 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; -- cgit v1.2.3