Refactor Appbox

This commit is contained in:
Romain Neutron
2012-02-21 16:07:34 +01:00
parent e576989c7f
commit a574dd14a8
27 changed files with 74 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ class module_admin
function getTree($position=false)
{
$appbox = appbox::get_instance();
$appbox = appbox::get_instance(\bootstrap::getCore());
$session = $appbox->get_session();
$usr_id = $session->get_usr_id();