mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 11:52:14 +09:00
_filterRequestVar 함수 실행 횟수 개선
This commit is contained in:
parent
1416476676
commit
c31b9795e0
1 changed files with 2 additions and 2 deletions
|
|
@ -1277,11 +1277,11 @@ class Context
|
|||
return $stack;
|
||||
}
|
||||
|
||||
$body = $this->_filterRequestVar($key, $val->body, 0);
|
||||
$body = $val->body;
|
||||
unset($val->node_name, $val->attrs, $val->body);
|
||||
if(!count(get_object_vars($val)))
|
||||
{
|
||||
return $body;
|
||||
return $this->_filterRequestVar($key, $body, 0);
|
||||
}
|
||||
|
||||
$stack = new stdClass();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue