잘못 표기된 영문 함수명 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6735 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-08-07 06:59:52 +00:00
parent 91ac64ba08
commit 93f493eede
2 changed files with 6 additions and 6 deletions

View file

@ -219,7 +219,7 @@
return Context::getUrl($num_args, $args_list);
}
function getNoEncodeUrl() {
function getNotEncodeUrl() {
$num_args = func_num_args();
$args_list = func_get_args();
@ -247,7 +247,7 @@
return $url;
}
function getNoEncodeFullUrl() {
function getNotEncodeFullUrl() {
$num_args = func_num_args();
$args_list = func_get_args();
$request_uri = Context::getRequestUri();
@ -281,7 +281,7 @@
return Context::getUrl($num_args, $args_list, $domain);
}
function getNoEncodedSiteUrl() {
function getNotEncodedSiteUrl() {
$num_args = func_num_args();
$args_list = func_get_args();