Hide errors in case no object exists

This commit is contained in:
Mike Jolley 2012-01-12 13:34:35 +00:00
parent 094356e50d
commit 228d79a864
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class woocommerce_paypal extends woocommerce_payment_gateway {
if (isset($_GET['paypalListener']) && $_GET['paypalListener'] == 'paypal_standard_IPN'):
ob_clean();
@ob_clean();
$_POST = stripslashes_deep($_POST);