mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-10 21:26:35 +01:00
Added htmlentities for filename and folders with special character
This commit is contained in:
parent
6ab45f07ab
commit
38e402a4b8
@ -709,7 +709,7 @@ class Filemanager extends Common {
|
|||||||
"url"=>$add,
|
"url"=>$add,
|
||||||
"thumbnail_url"=>$add,
|
"thumbnail_url"=>$add,
|
||||||
"delete_url"=>$add,
|
"delete_url"=>$add,
|
||||||
"delete_type"=>"DELETE"
|
"delete_type"=>'DELETE'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user