another quick patch
This commit is contained in:
parent
17b88a21d9
commit
41150ec37b
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ if (isset($_REQUEST['request-notifications']) && $_REQUEST['request-notification
|
|||
}
|
||||
|
||||
$comments->makeVote(
|
||||
$currentUser->data['id'],
|
||||
$currentUser->data['user_id'],
|
||||
isset($_REQUEST['id']) ? $_REQUEST['id'] : 0,
|
||||
isset($_REQUEST['state']) && $_REQUEST['state'] ? '1' : '0'
|
||||
);
|
||||
|
|
Reference in a new issue