// Protection

This commit is contained in:
dMetzger
2012-10-04 10:26:16 +00:00
parent f09def8298
commit cc5c7aeb51
@@ -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