mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
5f74042ff9
commit
116268daa3
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue