diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-08-21 00:44:27 +0200 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-08-21 00:44:27 +0200 |
| commit | b2701f00e9e882c301625861df9c859c6c620375 (patch) | |
| tree | 624354dfa7de81b468313b378f5bc5edaf4beee8 /phpBB/phpbb/notification/method/email.php | |
| parent | 19aecaf7c7d2e4532f9b79a5eb1bc32e8c6fae45 (diff) | |
| parent | 31aac66f5aca218254a6ff199c21a282bc6059bc (diff) | |
| download | forums-b2701f00e9e882c301625861df9c859c6c620375.tar forums-b2701f00e9e882c301625861df9c859c6c620375.tar.gz forums-b2701f00e9e882c301625861df9c859c6c620375.tar.bz2 forums-b2701f00e9e882c301625861df9c859c6c620375.tar.xz forums-b2701f00e9e882c301625861df9c859c6c620375.zip | |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'phpBB/phpbb/notification/method/email.php')
| -rw-r--r-- | phpBB/phpbb/notification/method/email.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/notification/method/email.php b/phpBB/phpbb/notification/method/email.php index 424f0aaf57..a4b93bc85c 100644 --- a/phpBB/phpbb/notification/method/email.php +++ b/phpBB/phpbb/notification/method/email.php @@ -27,7 +27,7 @@ class email extends \phpbb\notification\method\messenger_base */ public function get_type() { - return 'email'; + return 'notification.method.email'; } /** |
