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

This commit is contained in:
zero 2007-02-14 09:53:53 +00:00
parent c690cff0c8
commit 350340deec
4 changed files with 4 additions and 3 deletions

View file

@ -52,6 +52,7 @@
// 체크 결과를 Context에 저장
Context::set('checklist', $checklist);
Context::set('install_enable', $install_enable);
return $install_enable;
}