summaryrefslogtreecommitdiff
path: root/inc/common.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-08-12 17:17:34 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-08-12 17:17:34 +0200
commit835242b0f53a72a555ad30543a1677108ce210af (patch)
treec52fb30bc69075419132d3e32be3f0d71107629f /inc/common.php
parent8c7bcacde38ed7306d14a7e5769d6d1f2f8b9a21 (diff)
downloadrpg-835242b0f53a72a555ad30543a1677108ce210af.tar.gz
rpg-835242b0f53a72a555ad30543a1677108ce210af.tar.bz2
subscription system should work now again
This readds the last part of the subscription system: the normal "every" subscriptions.
Diffstat (limited to 'inc/common.php')
-rw-r--r--inc/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/common.php b/inc/common.php
index 29940d8a6..3cfeb3092 100644
--- a/inc/common.php
+++ b/inc/common.php
@@ -1122,7 +1122,7 @@ function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace =
$data = array('id' => $id, 'addresslist' => '', 'self' => false);
trigger_event(
'COMMON_NOTIFY_ADDRESSLIST', $data,
- 'subscription_addresslist'
+ array(new Subscription(), 'notifyaddresses')
);
$bcc = $data['addresslist'];
if(empty($bcc)) return false;