// order_by improved
This commit is contained in:
@@ -555,7 +555,7 @@ class ValidateCore
|
||||
*/
|
||||
public static function isOrderBy($order)
|
||||
{
|
||||
return preg_match('/^[a-zA-Z0-9_-]+$/', $order);
|
||||
return preg_match('/^[a-zA-Z0-9._-]+$/', $order);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user