mark_button: fix missing id
This commit is contained in:
parent
035d7a5a8f
commit
1666e95522
|
@ -18,6 +18,7 @@ class Mark_Button extends Plugin {
|
||||||
|
|
||||||
function hook_article_button($line) {
|
function hook_article_button($line) {
|
||||||
$marked_pic = "";
|
$marked_pic = "";
|
||||||
|
$id = $line["id"];
|
||||||
|
|
||||||
if (get_pref($this->link, "COMBINED_DISPLAY_MODE")) {
|
if (get_pref($this->link, "COMBINED_DISPLAY_MODE")) {
|
||||||
if (sql_bool_to_bool($line["marked"])) {
|
if (sql_bool_to_bool($line["marked"])) {
|
||||||
|
|
Loading…
Reference in New Issue