mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
admin UI: more improvements and bugfixes
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
* e107 Base Model
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/model_class.php,v $
|
||||
* $Revision: 1.41 $
|
||||
* $Date: 2009-11-18 09:32:31 $
|
||||
* $Revision: 1.42 $
|
||||
* $Date: 2009-11-18 14:46:27 $
|
||||
* $Author: secretr $
|
||||
*/
|
||||
|
||||
@@ -2003,7 +2003,7 @@ class e_tree_model extends e_model
|
||||
*/
|
||||
function getTree($force = false)
|
||||
{
|
||||
return $this->get('__tree');
|
||||
return $this->get('__tree', array());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user