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'])
{