diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-09-21 11:53:17 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-09-21 11:53:17 +0200 |
commit | 2ed38036a53a489d2fcadc46ce601f8c876fca31 (patch) | |
tree | e8f36697d9300a874957b6a72c821f36b25f4c85 /_test/tests | |
parent | f036cff4fde59f0265f6123f6faf92cb8ba8bb26 (diff) | |
download | rpg-2ed38036a53a489d2fcadc46ce601f8c876fca31.tar.gz rpg-2ed38036a53a489d2fcadc46ce601f8c876fca31.tar.bz2 |
consolidate more notification code in subscription class
This is untested and probably broken currently
Diffstat (limited to '_test/tests')
-rw-r--r-- | _test/tests/inc/subscription.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/tests/inc/subscription.test.php b/_test/tests/inc/subscription.test.php index 80548160a..c6f33dec7 100644 --- a/_test/tests/inc/subscription.test.php +++ b/_test/tests/inc/subscription.test.php @@ -220,7 +220,7 @@ class MockupSubscription extends Subscription { return parent::buildregex($user, $style, $data); } - protected function send($subscriber_mail, $replaces, $subject, $id, $template){ + protected function send($subscriber_mail, $subject, $id, $template, $trep, $hrep){ $this->mails[] = $subscriber_mail; return true; } |