mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
r6734에서 인자값이 넘어가지 않는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6736 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
93f493eede
commit
a0ebcba8d7
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@
|
||||||
**/
|
**/
|
||||||
function getUrl($num_args=0, $args_list=array(), $domain = null, $encode = true) {
|
function getUrl($num_args=0, $args_list=array(), $domain = null, $encode = true) {
|
||||||
$oContext = &Context::getInstance();
|
$oContext = &Context::getInstance();
|
||||||
return $oContext->_getUrl($num_args, $args_list, $domain);
|
return $oContext->_getUrl($num_args, $args_list, $domain, $encode);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue