Do not display notification if we are already on the message view

This commit is contained in:
Kijin Sung 2016-03-16 14:51:58 +09:00
parent 488704acf0
commit 5a3893be5e

View file

@ -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');