1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 18:47:54 +01:00

Issue #1911 - Local language navigation.

This commit is contained in:
Cameron 2016-10-23 11:45:02 -07:00
parent e4cbdbbeaa
commit 57637fcc9c

View File

@ -1770,7 +1770,10 @@ Inverse 10 <span class="badge badge-inverse">10</span>
foreach($langSubs as $v)
{
$multiDoms[] = trim($v);
if(!empty($v))
{
$multiDoms[] = trim($v);
}
}
}