From cc8572a81a99e01a6b10ca58461f5318e7b74754 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 31 May 2007 03:14:10 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1511 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/context/Context.class.php | 2 +- modules/blog/tpl/skin_info.html | 3 ++- modules/board/tpl/skin_info.html | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 66a1bda53..824f25995 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -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; diff --git a/modules/blog/tpl/skin_info.html b/modules/blog/tpl/skin_info.html index 7483a9958..a637b63ed 100644 --- a/modules/blog/tpl/skin_info.html +++ b/modules/blog/tpl/skin_info.html @@ -1,7 +1,8 @@
- + + diff --git a/modules/board/tpl/skin_info.html b/modules/board/tpl/skin_info.html index 37697352b..df864d25d 100644 --- a/modules/board/tpl/skin_info.html +++ b/modules/board/tpl/skin_info.html @@ -1,7 +1,8 @@ - + +