summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index c8aa7dc23..6d067065e 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -572,7 +572,7 @@
print "\n";
}
- $entry_language = $lang->detect($entry_content, 1);
+ $entry_language = $lang->detect($entry_title . " " . $entry_content, 1);
if (count($entry_language) > 0) {
$entry_language = array_keys($entry_language);