[-] BO : #PSFV-855 : Fix bug in BlockCMS AND set submit_action to NULL

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14633 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-13 14:15:45 +00:00
parent 58ef5e6e9b
commit 2b807940ae
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ class AddressControllerCore extends FrontController
if ($result = $address->save())
{
// Update id address of the current cart if necessary
if ($address_old->isUsed())
if (isset($address_old) && $address_old->isUsed())
{
if ($this->context->cart->id_address_invoice == $address_old->id)
{