diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index 0c32a703c..f80168642 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -409,8 +409,8 @@ class user_shortcodes extends e_shortcode function sc_user_name_link($parm='') { - $uparams = array('id' => $this->var['user_id'], 'name' => $this->var['user_name']); - return "".$this->var['user_name'].""; + $url = $this->sc_user_profile_url(); + return "".$this->var['user_name'].""; }