fix #1078 오타로 인해 'document.updateReadedCount' after 트리거 처리 결과를 잘못 처리하는 문제 고침

This commit is contained in:
bnu 2014-12-09 00:40:23 +09:00
parent 809dc1001c
commit 9f0292e8fa

View file

@ -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();