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

This commit is contained in:
zero 2007-05-31 03:14:10 +00:00
parent e5e9c6ee53
commit cc8572a81a
3 changed files with 5 additions and 3 deletions

View file

@ -99,7 +99,7 @@
// rewrite module때문에 javascript에서 location.href 문제 해결을 위해 직접 실제 경로 설정
if($this->getResponseMethod()=='GET') {
if($_SERVER['REQUEST_METHOD'] == 'GET') {
if($this->get_vars) {
foreach($this->get_vars as $key => $val) {
if(!$val) continue;