mark_button: fix missing id

This commit is contained in:
Andrew Dolgov 2013-04-09 16:26:36 +04:00
parent 035d7a5a8f
commit 1666e95522

View file

@ -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"])) {