From f7ada45093e8c8d25fadd73201f470681e9f4a9f Mon Sep 17 00:00:00 2001 From: nlstart Date: Mon, 23 Apr 2012 19:10:22 +0000 Subject: [PATCH] Quick fix to repair the link to usersettings. --- e107_core/shortcodes/batch/user_shortcodes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index 7c36733a4..563464845 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -329,7 +329,8 @@ global $user; $url = e107::getUrl(); if (USERID == $user['user_id']) { - return "".LAN_USER_38.""; + //return "".LAN_USER_38.""; + return "".LAN_USER_38.""; // TODO: repair dirty fix for usersettings } else if(ADMIN && getperms("4") && !$user['user_admin']) {