mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 22:11:36 +01:00
committed by
GitHub
parent
6d1d41bb9d
commit
cfb44ce196
@@ -13604,7 +13604,7 @@ function dolForgeCriteriaCallback($matches)
|
||||
if (empty($matches[1])) {
|
||||
return '';
|
||||
}
|
||||
$tmp = explode(':', $matches[1]);
|
||||
$tmp = explode(':', $matches[1], 3);
|
||||
if (count($tmp) < 3) {
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user