fix: remove "admin"

This commit is contained in:
Baoshuo Ren 2022-10-01 17:17:20 +08:00
parent 84441b5a5c
commit 47869c3314
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -55,7 +55,7 @@
$admin_user_link = getUserLink($myUser['username']);
$content = <<<EOD
<p>{$poster_user_link} 您好:</p>
<p>您为问题 <a href="/problem/{$problem['id']}">#{$problem['id']} ({$problem['title']})</a> 提交的题解 {$blog_link} 已经被管理员 {$admin_user_link} 移除。 </p>
<p>您为问题 <a href="/problem/{$problem['id']}">#{$problem['id']} ({$problem['title']})</a> 提交的题解 {$blog_link} 已经被 {$admin_user_link} 移除。 </p>
EOD;
sendSystemMsg($blog['poster'], '题解移除通知', $content);
}