diff --git a/install-dev/upgrade/php/p15018_change_image_types.php b/install-dev/upgrade/php/p15018_change_image_types.php index 48cbb5f74..3ebd88bdd 100644 --- a/install-dev/upgrade/php/p15018_change_image_types.php +++ b/install-dev/upgrade/php/p15018_change_image_types.php @@ -125,5 +125,5 @@ function p15018_copy_or_rename($from, $to, $option) if ($option) copy($from, $to); else - rename($fome, $to); + rename($from, $to); } \ No newline at end of file