diff --git a/components/Notification/Controller/Feed.php b/components/Notification/Controller/Feed.php index c9ba7c4fb7..4ad3b192fc 100644 --- a/components/Notification/Controller/Feed.php +++ b/components/Notification/Controller/Feed.php @@ -55,7 +55,7 @@ class Feed extends Controller WHERE act.object_type = 'note' AND act.id IN (SELECT att.activity_id FROM \Component\Notification\Entity\Notification AS att WHERE att.target_id = :target_id) ) - EOF, [':target' => $user->getId()]); + EOF, [':target_id' => $user->getId()]); return [ '_template' => 'collection/notes.html.twig', 'page_title' => _m('Notifications'),