Fixed missing language variable for Who's online

This commit is contained in:
Marc Alexander
2010-12-20 15:12:46 +00:00
parent 883596ae38
commit a022694a3d
2 changed files with 4 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ if (empty($lang) || !is_array($lang))
// Common // Common
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
'PORTAL' => 'Portal', 'PORTAL' => 'Portal',
'VIEWING_PORTAL' => 'Betrachtet das Portal',
)); ));
?> ?>

View File

@@ -36,6 +36,7 @@ if (empty($lang) || !is_array($lang))
// Common // Common
$lang = array_merge($lang, array( $lang = array_merge($lang, array(
'PORTAL' => 'Portal', 'PORTAL' => 'Portal',
'VIEWING_PORTAL' => 'Portal page',
)); ));
?> ?>