From 5b8f347db4088e6c0152c5d2922baf54ad288960 Mon Sep 17 00:00:00 2001 From: Moc Date: Sat, 11 May 2013 12:03:29 +0200 Subject: [PATCH] Fixes #277 - broken link on user.php to usersettings.php when using SEF --- e107_core/shortcodes/batch/user_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index 133cfaa24..2682e79bf 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -446,7 +446,7 @@ class user_shortcodes extends e_shortcode if (USERID == $this->var['user_id']) { //return "".LAN_USER_38.""; - return "".LAN_USER_38.""; // TODO: repair dirty fix for usersettings + return "".LAN_USER_38.""; // TODO: repair dirty fix for usersettings } else if(ADMIN && getperms("4") && !$this->var['user_admin']) {