Fixed PHPCS check

This commit is contained in:
Marcos García de La Fuente 2015-10-20 11:41:33 +02:00
parent 6db09a0d64
commit 1b10612c4b

View File

@ -71,7 +71,7 @@ if ($_POST) {
//If the level is between range but percent fields are empty, then we ensure it does not exist in DB
if ($check1 && !$check2) {
$db->query("DELETE FROM ".MAIN_DB_PREFIX."product_pricerules WHERE level = ".(int)$i);
$db->query("DELETE FROM ".MAIN_DB_PREFIX."product_pricerules WHERE level = ".(int) $i);
}
continue;