[-] BO : fix product page display when saving pack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user