MDL-31301 use static textlib methods

This commit is contained in:
Petr Skoda
2012-03-03 11:46:13 +01:00
parent 5bbf3cb72b
commit f8311defeb
53 changed files with 191 additions and 329 deletions
+1 -2
View File
@@ -599,7 +599,6 @@ class html2text
*/
function _strtoupper($str)
{
$tl = textlib_get_instance();
return $tl->strtoupper($str);
return textlib::strtoupper($str);
}
}