// Protection

This commit is contained in:
dMetzger
2012-10-04 10:26:16 +00:00
parent ee63fdf4bf
commit 5b5e532cda
@@ -107,6 +107,8 @@ function p15018_change_image_types()
function p15018_copy_or_rename($from, $to, $option)
{
if (!file_exists($from))
return;
if ($option)
copy($from, $to);
else