Skip to content

Commit

Permalink
Fixed another link
Browse files Browse the repository at this point in the history
  • Loading branch information
Xety committed Nov 3, 2016
1 parent 606ea56 commit 036f0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Table/NotificationsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ public function findMap(Query $query, array $options)

case 'bot':
$notification->text = __(
'Welcome on <strong>{0}</strong>! You can now post your first message in the Forum.',
'Welcome on <strong>{0}</strong>! You can now post your first comment in the blog.',
\Cake\Core\Configure::read('Site.name')
);

$notification->link = Router::url(['controller' => 'forum', 'action' => 'index', 'prefix' => 'forum']);
$notification->link = Router::url(['controller' => 'blog', 'action' => 'index', 'prefix' => false]);
$notification->icon = $notification->data['icon'];
break;

Expand Down

0 comments on commit 036f0b5

Please sign in to comment.