diff --git a/app/code/core/Mage/Checkout/sql/checkout_setup/install-1.6.0.0.php b/app/code/core/Mage/Checkout/sql/checkout_setup/install-1.6.0.0.php index a668bdb370e..82dc715f0ae 100644 --- a/app/code/core/Mage/Checkout/sql/checkout_setup/install-1.6.0.0.php +++ b/app/code/core/Mage/Checkout/sql/checkout_setup/install-1.6.0.0.php @@ -780,4 +780,12 @@ } } +$setup->insert( + $this->getTable('core_config_data'), + array( + 'path' => 'admin/security/validate_formkey_checkout', + 'value' => '1' + ) +); + $installer->endSetup();