From f5694b077ec2591b46d290a969e06f9c9a96325c Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 9 May 2012 09:02:02 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-2217 - Assign new zone in BO > Localisation > States generate an error --- classes/controller/AdminController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/controller/AdminController.php b/classes/controller/AdminController.php index ba4a029be..f250bd70c 100644 --- a/classes/controller/AdminController.php +++ b/classes/controller/AdminController.php @@ -2506,6 +2506,7 @@ class AdminControllerCore extends Controller protected function processBulkAffectZone() { + $result = false; if (is_array($this->boxes) && !empty($this->boxes)) { $object = new $this->className();