swish/commit

New upstream file

authorJan Wielemaker
Thu Jun 29 09:05:27 2017 +0200
committerJan Wielemaker
Thu Jun 29 09:05:27 2017 +0200
commit3dab60911c2f0627b051267b1b9d10420cc8f3fd
treeb84366ce3d42ad9ae477837eceea40e845b790dc
parent43ad813f2b2f5dff18339edc1add266869cc82b8
Diff style: patch stat
diff --git a/lib/swish/plugin/notify.pl b/lib/swish/plugin/notify.pl
index 082fe52..0d1d121 100644
--- a/lib/swish/plugin/notify.pl
+++ b/lib/swish/plugin/notify.pl
@@ -73,9 +73,9 @@ A user has the following options to control notifications:
     - Notify by E-mail: never/immediate/daily
 */
 
-:- setting(database, callable, swish('data/notify.db'),
+:- setting(database, callable, data('notify.db'),
            "Database holding notifications").
-:- setting(queue, callable, swish('data/notify-queue.db'),
+:- setting(queue, callable, data('notify-queue.db'),
            "File holding queued messages").
 :- setting(daily, compound, 04:00,
            "Time at which to send daily messages").