diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-08 13:09:34 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-09-08 13:09:34 -0500 |
commit | b59463552644ca4afd9e8ca7edd761ae382fc8ed (patch) | |
tree | 5251e7b695431cb2e0af93a9655cfa25a0dbcc08 /phpBB/includes/notifications/method/interface.php | |
parent | 32a966b21da7051def3bd2ae608f3f2457d22476 (diff) | |
download | forums-b59463552644ca4afd9e8ca7edd761ae382fc8ed.tar forums-b59463552644ca4afd9e8ca7edd761ae382fc8ed.tar.gz forums-b59463552644ca4afd9e8ca7edd761ae382fc8ed.tar.bz2 forums-b59463552644ca4afd9e8ca7edd761ae382fc8ed.tar.xz forums-b59463552644ca4afd9e8ca7edd761ae382fc8ed.zip |
[ticket/11103] Add tables to the database updater and installer
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/notifications/method/interface.php')
-rw-r--r-- | phpBB/includes/notifications/method/interface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/notifications/method/interface.php b/phpBB/includes/notifications/method/interface.php index 2d8a8b605e..f18d005b8b 100644 --- a/phpBB/includes/notifications/method/interface.php +++ b/phpBB/includes/notifications/method/interface.php @@ -21,4 +21,5 @@ if (!defined('IN_PHPBB')) */ interface phpbb_notifications_method_interface { + public function notify($notification); } |