MDL-24058 removing forgotten stripslashes, no magic quotes used any more

This commit is contained in:
Petr Skoda 2010-09-02 12:44:27 +00:00
parent 6847d8ca17
commit 7270479f7d

View File

@ -117,7 +117,6 @@
return;
}
$texexp = stripslashes($texexp);
$image = md5($texexp) . ".gif";
$filetype = 'image/gif';
if (!file_exists("$CFG->dataroot/filter/tex")) {