* Fix bug #44979.
This commit is contained in:
@@ -184,7 +184,7 @@ class product extends control
|
||||
$this->view->storyType = $storyType;
|
||||
$this->view->from = $this->app->tab;
|
||||
$this->view->modulePairs = $showModule ? $this->tree->getModulePairs($productID, 'story', $showModule) : array();
|
||||
$this->view->libs = $this->loadModel('assetlib')->getPairs('story');
|
||||
$this->view->libs = in_array($this->config->edition, array('max', 'ipd')) ? $this->loadModel('assetlib')->getPairs('story') : array();
|
||||
$this->display();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user