MDL-31301 use static textlib methods
This commit is contained in:
+1
-2
@@ -599,7 +599,6 @@ class html2text
|
||||
*/
|
||||
function _strtoupper($str)
|
||||
{
|
||||
$tl = textlib_get_instance();
|
||||
return $tl->strtoupper($str);
|
||||
return textlib::strtoupper($str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user