[-] BO : fixed bug #PSCFV-2217 - Assign new zone in BO > Localisation > States generate an error

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15089 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-05-09 09:02:02 +00:00
parent afc8da619b
commit 5057379ded
+1
View File
@@ -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();