Merge pull request #1526 from swhite523/updateReaded

Fix #1078 오타.
This commit is contained in:
bnu 2015-07-06 10:31:15 +09:00
commit 641cef9d08

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