[-] MO : productComments - Fixed deprecated function

This commit is contained in:
bMancone
2011-08-31 14:08:27 +00:00
parent e99ff51d5a
commit 6d2e8ff08f
@@ -63,7 +63,7 @@ elseif (Tools::getValue('action') AND Tools::getValue('secure_key') == $productC
$content = $entry->value;
elseif (preg_match("/grade/", $entry->key))
{
$id = array(split("_", $entry->key));
$id = array(preg_split("/_/", $entry->key));
$grades[] = array('id' => $id['0']['0'], 'grade' => $entry->value);
}
}