1
0
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:
secretr
2009-11-18 14:46:28 +00:00
parent 10effc2232
commit 1ad5400d0b
4 changed files with 81 additions and 49 deletions

View File

@@ -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());
}
/**