From a0b97331ebe0c41d8f33d7e4dc658b77a76f9999 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17596 b9a71923-0436-4b27-9f14-aed3839534dd --- 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