Fix travis

This commit is contained in:
Laurent Destailleur
2020-04-01 23:32:44 +02:00
parent 6aea67a5b9
commit f6b216eafc
2 changed files with 0 additions and 2 deletions

View File

@@ -5744,7 +5744,6 @@ abstract class CommonObject
foreach($new_array_languages as $key => $langcodearray) { // $key = 'name', 'town', ...
foreach($langcodearray as $langcode => $value) {
$sql_del = "DELETE FROM ".MAIN_DB_PREFIX."object_lang";
$sql_del .= " WHERE fk_object = ".$this->id." AND property = '".$this->db->escape($key)."' AND type_object = '".$this->db->escape($table_element)."'";
$sql_del .= " AND lang = '".$this->db->escape($langcode)."'";