mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #1911 - Local language navigation.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user