getNotEncodeUrl, getNotEncodeFullUrl의 Encode 를 Encoded로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6788 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-09-16 06:19:32 +00:00
parent 5f74042ff9
commit 116268daa3

View file

@ -219,7 +219,7 @@
return Context::getUrl($num_args, $args_list);
}
function getNotEncodeUrl() {
function getNotEncodedUrl() {
$num_args = func_num_args();
$args_list = func_get_args();
@ -247,7 +247,7 @@
return $url;
}
function getNotEncodeFullUrl() {
function getNotEncodedFullUrl() {
$num_args = func_num_args();
$args_list = func_get_args();
$request_uri = Context::getRequestUri();