diff --git a/core/Convert.php b/core/Convert.php index ab98ad169..7530cbd53 100755 --- a/core/Convert.php +++ b/core/Convert.php @@ -281,7 +281,7 @@ class Convert extends Object { * @return the HTML version of the string */ static function raw2html($val) { - user_error("Convert::raw2xml is deprecated. Used Convert::raw2xml instead", E_USER_WARNING); + user_error("Convert::raw2html is deprecated. Used Convert::raw2xml instead", E_USER_WARNING); return self::raw2xml($val); }