#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:
haneul 2010-01-20 08:49:03 +00:00
parent d36e4b89a1
commit af88bc2889

View file

@ -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);