git-svn-id: http://xe-core.googlecode.com/svn/trunk@398 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-13 08:23:50 +00:00
parent 1f0a326d1b
commit b75b90ec27
2 changed files with 2 additions and 2 deletions

View file

@ -135,6 +135,8 @@
// 권한변수 설정 // 권한변수 설정
$this->grant = $grant; $this->grant = $grant;
Context::set('grant', $grant); Context::set('grant', $grant);
$this->init();
} }
/** /**

View file

@ -33,8 +33,6 @@
$shortcut_list = $oAdminModel->getShortCuts(); $shortcut_list = $oAdminModel->getShortCuts();
Context::set('shortcut_list', $shortcut_list); Context::set('shortcut_list', $shortcut_list);
// admin class의 init
parent::init();
} }
/** /**