diff --git a/e107_core/shortcodes/batch/usersettings_shortcodes.php b/e107_core/shortcodes/batch/usersettings_shortcodes.php index 232ce49b8..2ec765656 100755 --- a/e107_core/shortcodes/batch/usersettings_shortcodes.php +++ b/e107_core/shortcodes/batch/usersettings_shortcodes.php @@ -306,7 +306,7 @@ class usersettings_shortcodes extends e_shortcode //$cols = (isset($cols) ? $cols : 58); //$rows = (isset($rows) ? $rows : 4); //return ""; - return e107::getForm()->bbarea('signature', $this->var['user_signature'], '', '', 'small'); + return e107::getForm()->bbarea('signature', $this->var['user_signature'], 'signature', '', 'small'); }