summaryrefslogtreecommitdiff
path: root/includes/pages/admin_language.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_language.php')
-rw-r--r--includes/pages/admin_language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_language.php b/includes/pages/admin_language.php
index 5ca4b9cf..be89fc70 100644
--- a/includes/pages/admin_language.php
+++ b/includes/pages/admin_language.php
@@ -4,7 +4,7 @@ function admin_language() {
$html = "";
if (!isset ($_POST["TextID"])) {
- $html .= Get_Text("Hello") . $user['Nick'] . ", <br />\n";
+ $html .= Get_Text("Hello") . User_Nick_render($user) . ", <br />\n";
$html .= Get_Text("pub_sprache_text1") . "<br /><br />\n";
$html .= "<a href=\"" . page_link_to("admin_language") . "&ShowEntry=y\">" . Get_Text("pub_sprache_ShowEntry") . "</a>";