1
0
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:
Cameron
2020-08-19 10:02:14 -07:00
parent c0306cc5fe
commit daf77daa21
2 changed files with 27 additions and 34 deletions

View File

@@ -379,6 +379,11 @@ if(!empty($_GET['iframe']))
$tp = e107::getParser();
if(empty($this->onlinePacks))
{
return null;
}
foreach($this->onlinePacks as $lan=>$value)
{