mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
잘못 표기된 영문 함수명 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6735 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
91ac64ba08
commit
93f493eede
2 changed files with 6 additions and 6 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue