From 036f0b5395becc8cfe32245d5f782a96973c99b3 Mon Sep 17 00:00:00 2001 From: Xeta Date: Thu, 3 Nov 2016 15:30:13 +0100 Subject: [PATCH] Fixed another link --- src/Model/Table/NotificationsTable.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Table/NotificationsTable.php b/src/Model/Table/NotificationsTable.php index 02638db..f69ca43 100644 --- a/src/Model/Table/NotificationsTable.php +++ b/src/Model/Table/NotificationsTable.php @@ -69,11 +69,11 @@ public function findMap(Query $query, array $options) case 'bot': $notification->text = __( - 'Welcome on {0}! You can now post your first message in the Forum.', + 'Welcome on {0}! 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;