mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-07 20:42:10 +09:00
fix #1078 오타로 인해 'document.updateReadedCount' after 트리거 처리 결과를 잘못 처리하는 문제 고침
This commit is contained in:
parent
809dc1001c
commit
9f0292e8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -849,7 +849,7 @@ class documentController extends document
|
|||
$output = executeQuery('document.updateReadedCount', $args);
|
||||
|
||||
// Call a trigger when the read count is updated (after)
|
||||
$outptrigger_outputut = ModuleHandler::triggerCall('document.updateReadedCount', 'after', $oDocument);
|
||||
$trigger_output = ModuleHandler::triggerCall('document.updateReadedCount', 'after', $oDocument);
|
||||
if(!$trigger_output->toBool())
|
||||
{
|
||||
$oDB->rollback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue