diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-09 10:36:22 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-09 10:36:22 -0500 |
commit | ff45c9aa7c077fc0a03c64764917d1efcccf48f4 (patch) | |
tree | f94942b4ae5d59f56ba4704e9f0552ff6f6e546c /phpBB/includes/notifications/method/interface.php | |
parent | 4b4ea7c5cde7c9f3684ca325c110f81eda593d67 (diff) | |
download | forums-ff45c9aa7c077fc0a03c64764917d1efcccf48f4.tar forums-ff45c9aa7c077fc0a03c64764917d1efcccf48f4.tar.gz forums-ff45c9aa7c077fc0a03c64764917d1efcccf48f4.tar.bz2 forums-ff45c9aa7c077fc0a03c64764917d1efcccf48f4.tar.xz forums-ff45c9aa7c077fc0a03c64764917d1efcccf48f4.zip |
[ticket/11103] General notification email template.
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/notifications/method/interface.php')
-rw-r--r-- | phpBB/includes/notifications/method/interface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/notifications/method/interface.php b/phpBB/includes/notifications/method/interface.php index f18d005b8b..7d7f3abcd0 100644 --- a/phpBB/includes/notifications/method/interface.php +++ b/phpBB/includes/notifications/method/interface.php @@ -21,5 +21,5 @@ if (!defined('IN_PHPBB')) */ interface phpbb_notifications_method_interface { - public function notify($notification); + public function notify(); } |