r6734에서 인자값이 넘어가지 않는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6736 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-08-07 07:02:11 +00:00
parent 93f493eede
commit a0ebcba8d7

View file

@ -763,7 +763,7 @@
**/
function getUrl($num_args=0, $args_list=array(), $domain = null, $encode = true) {
$oContext = &Context::getInstance();
return $oContext->_getUrl($num_args, $args_list, $domain);
return $oContext->_getUrl($num_args, $args_list, $domain, $encode);
}
/**