diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index 23aad23db..32197d664 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -313,7 +313,7 @@ class user_shortcodes extends e_shortcode default: case 'realname': case 'user': - return ($boot) ? "" : $this->sc_user_icon(); + return ($boot) ? "" : $this->sc_user_realname_icon(); break; }