Fixed missing language variable for Who's online
This commit is contained in:
@@ -35,6 +35,7 @@ if (empty($lang) || !is_array($lang))
|
||||
|
||||
// Common
|
||||
$lang = array_merge($lang, array(
|
||||
'PORTAL' => 'Portal',
|
||||
'PORTAL' => 'Portal',
|
||||
'VIEWING_PORTAL' => 'Betrachtet das Portal',
|
||||
));
|
||||
?>
|
||||
Reference in New Issue
Block a user