mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
#18626506 : fixed a bug that limit_date couldn't be removed
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7195 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d36e4b89a1
commit
af88bc2889
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
$all_args = Context::getRequestVars();
|
||||
unset($all_args->module);
|
||||
unset($all_args->act);
|
||||
if(!isset($args->limit_date)) $args->limit_date = "";
|
||||
|
||||
// 모든 request argument에서 필수 정보만 제외 한 후 추가 데이터로 입력
|
||||
$extra_vars = delObjectVars($all_args, $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue