Skip to content

Commit

Permalink
Dev: Use UniqueNotification for nagging
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 24, 2016
1 parent 61e2b0a commit 1887858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/plugins/CintLink/CintLink.php
Expand Up @@ -450,7 +450,7 @@ protected function checkCintCompleted($surveyId)
if (CintLinkorder::hasAnyOrders($surveyId) &&
CintLinkOrder::allOrdersAreCompleted($surveyId))
{
$not = new Notification(array(
$not = new UniqueNotification(array(
'survey_id' => $surveyId,
'importance' => Notification::NORMAL_IMPORTANCE,
'title' => $this->gT('Cint'),
Expand Down

0 comments on commit 1887858

Please sign in to comment.