mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:05:56 +00:00
fix entries not inserted properly when no languages are detected
This commit is contained in:
@@ -577,6 +577,8 @@
|
||||
$entry_language = db_escape_string(substr($entry_language[0], 0, 2));
|
||||
|
||||
_debug("detected language: $entry_language", $debug_enabled);
|
||||
} else{
|
||||
$entry_language = "";
|
||||
}
|
||||
|
||||
$entry_comments = $item->get_comments_url();
|
||||
|
||||
Reference in New Issue
Block a user