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

This commit is contained in:
zero 2007-02-15 14:52:32 +00:00
parent 47f322b297
commit 07378c8fe2
3 changed files with 8 additions and 6 deletions

View file

@ -84,8 +84,8 @@
}
// 권한변수 설정
Context::set('grant',$grant);
$this->grant = $grant;
Context::set('grant',$this->grant);
// 모듈의 init method 실행
$this->init();