1
0
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:
Cameron
2021-01-14 10:31:51 -08:00
parent e51dfa1fc8
commit 7279e0273e
4 changed files with 88 additions and 69 deletions

View File

@@ -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;