Merge branch 'master_xieqiyu_21382' into 'master'
* Fix bug#21382. See merge request easycorp/zentaopms!2715
This commit is contained in:
@@ -2076,7 +2076,7 @@ class baseRouter
|
||||
if($type != 'fetch')
|
||||
{
|
||||
/* 分割URI。 Spit the URI. */
|
||||
$items = explode($this->config->requestFix, $this->URI);
|
||||
$items = explode($this->config->requestFix, (string)$this->URI);
|
||||
$itemCount = count($items);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user