mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Do not display notification if we are already on the message view
This commit is contained in:
parent
488704acf0
commit
5a3893be5e
1 changed files with 4 additions and 0 deletions
|
|
@ -808,6 +808,10 @@ class communicationController extends communication
|
|||
{
|
||||
return new Object();
|
||||
}
|
||||
if (starts_with('dispCommunication', Context::get('act')))
|
||||
{
|
||||
return new Object();
|
||||
}
|
||||
|
||||
$logged_info = Context::get('logged_info');
|
||||
$oCommunicationModel = getModel('communication');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue