Skip to content

Commit 547a00e

Browse files
committed
1 more fix for item view language associations
1 parent 3ea4f96 commit 547a00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/helpers/association.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static function getAssociations($id = 0, $view = null)
7474
foreach ($associations as $tag => $assoc)
7575
{
7676
$lang_code = substr($tag, 0, 2);
77-
$return[$tag] = FlexicontentHelperRoute::getItemRoute($assoc->title_slug, $assoc->cat_slug, 0, $assoc); //. '&lang=' . $lang_code;
77+
$return[$tag] = FlexicontentHelperRoute::getItemRoute($assoc->title_slug, $assoc->cat_slug, 0, $assoc) . '&lang=' . $lang_code;
7878
}
7979
return $return;
8080
}

0 commit comments

Comments
 (0)