Skip to content

Commit 7956f22

Browse files
committed
Update documentation
1 parent e447461 commit 7956f22

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

files/config/notification_inc.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@
2424

2525
/*
2626
* `$notification_config` is an array of projects and each project
27-
* is an array of users. Each user is then an array with the names
28-
* of notifications that should **not** be sent to *that* user for
29-
* *that* project.
27+
* is an array of users. Those are users that will receive notifications
28+
* for those projects. Note that you also need to disable notifications
29+
* on Mantis, otherwise you'll keep receiving notifications for every
30+
* project.
3031
*
3132
* For projects and users not set here notifications will be sent
3233
* according to Mantis' settings.
3334
*/
3435
$notification_config = array(
3536
"project2" => array("samir", "samir2")
36-
);
37+
);

0 commit comments

Comments
 (0)