]> git.mxchange.org Git - friendica.git/blobdiff - object/Item.php
OStatus conversation: now the creation date of the item is store with the conversation
[friendica.git] / object / Item.php
index 139a81f71fbe3b4133c70dfba74b951c16026820..fef928c289e63625febe34ca09ad0a5c479cac3f 100644 (file)
@@ -232,7 +232,7 @@ class Item extends BaseObject {
 
                localize_item($item);
 
-               if ($item["postopts"]) {
+               if ($item["postopts"] and !get_config("system", "suppress_language")) {
                        //$langdata = explode(";", $item["postopts"]);
                        //$langstr = substr($langdata[0], 5)." (".round($langdata[1]*100, 1)."%)";
                        $langstr = "";