850
851 // Call a trigger when the read count is updated (after)
852 $outptrigger_outputut = ModuleHandler::triggerCall('document.updateReadedCount', 'after', $oDocument);
853 if(!$trigger_output->toBool())
854 {
855 $oDB->rollback();
856 return $trigger_output;
852 line에
$outptrigger_outputut를$trigger_output으로 수정