mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
lperera: Fixed error message - Convert::raw2html is deprecated. (merged from branches/gsoc)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41701 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0d80ed0e7b
commit
d9b0843281
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user