mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-24058 removing forgotten stripslashes, no magic quotes used any more
This commit is contained in:
parent
6847d8ca17
commit
7270479f7d
@ -117,7 +117,6 @@
|
||||
return;
|
||||
}
|
||||
|
||||
$texexp = stripslashes($texexp);
|
||||
$image = md5($texexp) . ".gif";
|
||||
$filetype = 'image/gif';
|
||||
if (!file_exists("$CFG->dataroot/filter/tex")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user