fix for article language breaking sql insert
This commit is contained in:
parent
16c4803251
commit
e95bb179a8
1 changed files with 2 additions and 0 deletions
|
@ -610,6 +610,8 @@
|
|||
$entry_language = db_escape_string(substr($entry_language[0], 0, 2));
|
||||
|
||||
_debug("detected language: $entry_language", $debug_enabled);
|
||||
} else {
|
||||
$entry_language = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue