Merge pull request #76 from telchina/fix_chinese_doc_name_issue
fixed the Chinese document name issue
This commit is contained in:
commit
19c53b4acf
@ -158,7 +158,7 @@ function url_path() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function url_params() {
|
function url_params() {
|
||||||
$url = get_uri();
|
$url = rawurldecode(get_uri());
|
||||||
$params = explode('/', trim($url, '/'));
|
$params = explode('/', trim($url, '/'));
|
||||||
return $params;
|
return $params;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user