diff options
Diffstat (limited to 'data/templates/bookmarks-vote.inc.tpl.php')
-rw-r--r-- | data/templates/bookmarks-vote.inc.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/bookmarks-vote.inc.tpl.php b/data/templates/bookmarks-vote.inc.tpl.php index e80c894..f65cf37 100644 --- a/data/templates/bookmarks-vote.inc.tpl.php +++ b/data/templates/bookmarks-vote.inc.tpl.php @@ -5,7 +5,7 @@ * against a bookmark. * Expects a $row variable with bookmark data */ -if (!$GLOBALS['enableVoting']) { +if (!$GLOBALS['enableVoting'] || $GLOBALS['votingMode'] != 1) { return; } if (isset($row['hasVoted']) && !$row['hasVoted']) { |