mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix travis errors
This commit is contained in:
@@ -198,7 +198,7 @@ class DolibarrApi
|
||||
* @param array $matches Array of found string by regex search
|
||||
* @return string Forged criteria. Example: "t.field like 'abc%'"
|
||||
*/
|
||||
protected static function _forge_criteria_callback($matches)
|
||||
static function _forge_criteria_callback($matches)
|
||||
{
|
||||
global $db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user