From c2052766bb4813b46d1e48fa0aa302d599827504 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 27 Sep 2012 18:20:07 +0000 Subject: [PATCH] // Typo, thank you Erikku #PSCFV-4470 --- install-dev/upgrade/php/p15018_change_image_types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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