mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
트리거 결과를 반영하지 못하던 문제 수정 (스팸필터)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6230 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9543f50a43
commit
b96ea8d82a
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@
|
|||
if(!$oModule || !method_exists($oModule, $called_method)) continue;
|
||||
|
||||
$output = $oModule->{$called_method}($obj);
|
||||
if(is_object($output) && method_exists($output, 'toBool') && !$output->toBool()) continue;
|
||||
if(is_object($output) && method_exists($output, 'toBool') && !$output->toBool()) return $output;
|
||||
unset($oModule);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue