From 62303e58df6a088212e910e3cef8b886118cc121 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 2 Sep 2013 11:24:46 +0200 Subject: [PATCH] [-] INSTALLER : Fix fatal error when upgrading --- install-dev/upgrade/php/fix_download_product_feature_active.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/upgrade/php/fix_download_product_feature_active.php b/install-dev/upgrade/php/fix_download_product_feature_active.php index 354b3e5f5..1154e1235 100644 --- a/install-dev/upgrade/php/fix_download_product_feature_active.php +++ b/install-dev/upgrade/php/fix_download_product_feature_active.php @@ -27,5 +27,5 @@ function fix_download_product_feature_active() { if (Db::getInstance()->getValue('SELECT COUNT(id_product_download) FROM `'._DB_PREFIX_.'product_download` WHERE `active` = 1 ;') > 0) - Configuration::updateGlobaleValue('PS_VIRTUAL_PROD_FEATURE_ACTIVE'); + Configuration::updateGlobalValue('PS_VIRTUAL_PROD_FEATURE_ACTIVE'); } \ No newline at end of file