Fix #1394 mark notifications as read on other modules, too

This commit is contained in:
Kijin Sung 2020-08-29 23:16:30 +09:00
parent 33a3e60ac0
commit 09c48abee9

View file

@ -907,7 +907,7 @@ class ncenterliteController extends ncenterlite
}
}
}
else if($oModule->act == 'dispBoardContent')
elseif(preg_match('/^disp[A-Z][a-z0-9_]+Content$/', $oModule->act))
{
$document_srl = Context::get('document_srl');
$oDocument = Context::get('oDocument');