mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Fix #1394 mark notifications as read on other modules, too
This commit is contained in:
parent
33a3e60ac0
commit
09c48abee9
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue