[-] BO : fix product page display when saving pack

This commit is contained in:
tDidierjean
2012-01-17 15:17:09 +00:00
parent d0992b1604
commit 0c9657abc2
4 changed files with 48 additions and 29 deletions
+2 -1
View File
@@ -1034,7 +1034,8 @@ class AdminControllerCore extends Controller
}
else if ($opt)
{
$this->object = new $this->className();
if (!$this->object)
$this->object = new $this->className();
return $this->object;
}
else