diff --git a/include/items.php b/include/items.php index 4c41ae115f..40409bb897 100644 --- a/include/items.php +++ b/include/items.php @@ -1127,7 +1127,7 @@ function item_add_language_opt(&$arr) { $lng = $l->detect($naked_body, 3); if (sizeof($lng) > 0) { - if ($postopts) $postopts .= '^'; // arbitrary separator, to be reviewed + if ($postopts != "") $postopts .= '&'; // arbitrary separator, to be reviewed $postopts .= 'lang='; $sep = ""; foreach ($lng as $language => $score) {