This commit is contained in:
BJRambo 2015-06-05 19:50:13 +09:00
parent 6c796dc7fc
commit 44983edb7c

View file

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