mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixes Issue #4229 - Online language packs not displaying if version contains "-rc1"
This commit is contained in:
@@ -379,6 +379,11 @@ if(!empty($_GET['iframe']))
|
||||
|
||||
$tp = e107::getParser();
|
||||
|
||||
if(empty($this->onlinePacks))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
foreach($this->onlinePacks as $lan=>$value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user