[-] BO : FixBug #PSCFV-9329 Alias problem in order by

This commit is contained in:
Jerome Nadaud
2013-08-19 10:35:43 +02:00
parent dc4978ff57
commit a7f6e91ac0
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ class ValidateCore
*/
public static function isOrderBy($order)
{
return preg_match('/^[a-zA-Z0-9._-]+$/', $order);
return preg_match('/^[a-zA-Z0-9.!_-]+$/', $order);
}
/**