Skip to content

Commit

Permalink
Update likes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jan 30, 2020
1 parent 58382b7 commit a9a6402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/likes.php
Expand Up @@ -60,7 +60,7 @@

$error_data = false;

// Figure out if likes system actually enabled
// Figure out if likes system actually enabled for user (anonoymous or regular user)
if (!$_CONF['likes_enabled'] || (COM_isAnonUser() && $_CONF['likes_enabled'] == 2)) {
$error_data = true;
}
Expand Down

0 comments on commit a9a6402

Please sign in to comment.