改名
This commit is contained in:
@@ -443,7 +443,7 @@ class Node extends HttpService
|
||||
|
||||
$_searchMatch = '/<(\w+)?:(.+)?>/';
|
||||
foreach ($this->childes as $key => $val) {
|
||||
if (preg_match($_searchMatch, $key, $match)) {
|
||||
if (preg_match($_searchMatch, (string)$key, $match)) {
|
||||
Input()->addGetParam($match[1] ?? '--', $search);
|
||||
return $this->childes[$key];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user