Skip to content

Commit 19f216a

Browse files
committed
templaet fix
1 parent 2bf3ea8 commit 19f216a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImapAbuseCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function process($type = 'spam', $limit = false)
287287
->setPlainmsg($this->plainmsg)
288288
->setHtmlmsg($this->htmlmsg)
289289
->save();
290-
$email_template = file_get_contents(__DIR__.'/templates/admin/abuse.tpl');
290+
$email_template = file_get_contents(__DIR__.'/templates/abuse.tpl');
291291
$message = str_replace(
292292
['{$email}', '{$ip}', '{$type}', '{$count}', '{$id}', '{$key}'],
293293
[$email, $ip, 'spam', 1, $id, md5("${id}${ip}${type}")],

0 commit comments

Comments
 (0)