Skip to content

Commit

Permalink
Fix double content
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Jan 25, 2016
1 parent e77104a commit 2bea5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/notification.lib.php
Expand Up @@ -352,7 +352,7 @@ public function formatContent($content, $senderInfo)

switch ($this->type) {
case self::NOTIFICATION_TYPE_DIRECT_MESSAGE:
$newMessageText = $content;
$newMessageText = '';
$linkToNewMessage = Display::url(
get_lang('SeeMessage'),
api_get_path(WEB_CODE_PATH) . 'messages/inbox.php'
Expand Down

0 comments on commit 2bea5cb

Please sign in to comment.