Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Updated to 1.0.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed Oct 10, 2017
1 parent 929825a commit f0317a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/Rating/Rating.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function addMovieRating() {

$nonce = isset($_POST['nonce']) ? $_POST['nonce'] : '';

$nonce = wp_verify_nonce($nonce, 'customRatingGrifus');
$nonce = wp_verify_nonce($nonce, 'eliasis');

if (!$nonce || !isset($_POST['postID'], $_POST['vote'])) { die; }

Expand Down

0 comments on commit f0317a7

Please sign in to comment.