mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
회원가입항목 추가시 저장이 안되던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2008 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9610e2976
commit
c73cc9ad76
5 changed files with 7 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue