Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit 958ec90

Browse files
committed
v3.0.0
(Some typos in the previous commit).
1 parent 89ac92c commit 958ec90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifications/plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
'whyflagged' => $phpMussel['whyflagged'],
6868
'ipaddr' => $_SERVER[$phpMussel['Config']['general']['ipaddr']],
6969
'time' => date('r')
70-
], $phpMussel['Notifications-L10N']['notifications_template']);
70+
], $phpMussel['L10N']->getString('notifications_template'));
7171
mail(
7272
$phpMussel['Config']['notifications']['to_addr'],
73-
$phpMussel['Notifications-L10N']['denied'],
73+
$phpMussel['L10N']->getString('denied'),
7474
$Content,
7575
"MIME-Version: 1.0\nContent-type: text/plain; charset=iso-8859-1\nFrom: " . $phpMussel['Config']['notifications']['from_addr'],
7676
'-f' . $phpMussel['Config']['notifications']['from_addr']

0 commit comments

Comments
 (0)