회원가입항목 추가시 저장이 안되던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2008 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 07:02:43 +00:00
parent f9610e2976
commit c73cc9ad76
5 changed files with 7 additions and 4 deletions

View file

@ -92,6 +92,9 @@
// extend_filter가 있을 경우 해당 method를 호출하여 결과를 받음
if($extend_filter) {
// extend_filter가 있을 경우 캐시 사용을 못하도록 js 캐시 파일명을 변경
$this->js_file .= '.nocache.js';
// extend_filter는 module.method 로 지칭되어 이를 분리
list($module_name, $method) = explode('.',$extend_filter);