mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Valid login event added. Session conflict fix. Session test added. Featurebox tree() fix.
This commit is contained in:
@@ -156,7 +156,7 @@ class plugin_featurebox_category extends e_model
|
||||
'random' => $this->getParam('random', $this->get('fb_category_random')),
|
||||
'ids' => $this->getParam('ids', '')
|
||||
);
|
||||
$this->_tree->load($this->getId(), $options, $force);
|
||||
$this->_tree->load($this->getId(), $force, $options);
|
||||
}
|
||||
|
||||
return $this->_tree;
|
||||
|
Reference in New Issue
Block a user