Skip to content

Commit

Permalink
Revert "Temp removal of slurp nonce check"
Browse files Browse the repository at this point in the history
This reverts commit 8e3b9d5.
  • Loading branch information
AramZS committed Oct 21, 2014
1 parent 28a5e42 commit 3475985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/slurp.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public function alter_for_retrieval() {
pf_log($nonce_check);
if ( ! $nonce || ! $nonce_check ) {
pf_log('Nonce check failed.');
#return;
return;
}

pf_log( 'Pressing forward.' );
Expand Down

0 comments on commit 3475985

Please sign in to comment.