summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-09-21 11:53:17 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-09-21 11:53:17 +0200
commit2ed38036a53a489d2fcadc46ce601f8c876fca31 (patch)
treee8f36697d9300a874957b6a72c821f36b25f4c85 /_test
parentf036cff4fde59f0265f6123f6faf92cb8ba8bb26 (diff)
downloadrpg-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')
-rw-r--r--_test/tests/inc/subscription.test.php2
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;
}