From 1666e95522f4f789378ed5445e199d87d463bb86 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Apr 2013 16:26:36 +0400 Subject: mark_button: fix missing id --- plugins/mark_button/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mark_button/init.php b/plugins/mark_button/init.php index 9227a5d17..4cf1c5949 100644 --- a/plugins/mark_button/init.php +++ b/plugins/mark_button/init.php @@ -18,6 +18,7 @@ class Mark_Button extends Plugin { function hook_article_button($line) { $marked_pic = ""; + $id = $line["id"]; if (get_pref($this->link, "COMBINED_DISPLAY_MODE")) { if (sql_bool_to_bool($line["marked"])) { -- cgit v1.2.3