fix travis

This commit is contained in:
alexis portable 2017-05-02 23:20:23 +02:00
parent d1a443f0f0
commit da4d179d36

View File

@ -4958,7 +4958,7 @@ abstract class CommonObject
foreach ($fields as $k => $v) {
if (is_array($key)){
$i=array_search($k , $key );
$i=array_search($k, $key);
if ( $i !== false) {
$where[] = $key[$i].'=' . $this->quote( $v ) ;
continue;