summaryrefslogtreecommitdiff
path: root/includes/pages/admin_language.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-30 17:58:23 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-30 17:58:23 +0100
commitdd4530d760b02693425d39ae579dff514c3e40b4 (patch)
tree4713de373d2d147a4a9ee4b0658d5ef3dc42db28 /includes/pages/admin_language.php
parentb26994f518b7f7edea6f2236746d084b3bc12e1e (diff)
User Nick function, enhanced log with some links
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>";