Skip to content

Commit

Permalink
pkp#10306 fixed query repository notification create issue with reque…
Browse files Browse the repository at this point in the history
…st param
  • Loading branch information
touhidurabir committed Sep 29, 2024
1 parent 568007b commit 52bad9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/query/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public function addQuery(int $submissionId, int $stageId, string $title, string

foreach ($participantUserIds as $participantUserId) {
$notificationMgr->createNotification(
Application::get()->getRequest(),
$participantUserId,
Notification::NOTIFICATION_TYPE_NEW_QUERY,
$contextId,
Expand Down

0 comments on commit 52bad9a

Please sign in to comment.