N°1783 - fix unit tests

This commit is contained in:
Eric
2018-11-28 14:41:08 +01:00
parent 992421292c
commit 0e0d254188
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ class CriterionToOQL extends CriterionConversionAbstract
return null;
}
return \CMDBSource::Quote($aValues[$iIndex]['value']);
return addslashes($aValues[$iIndex]['value']);
}
protected static function ContainsToOql($oSearch, $sRef, $aCriteria)