From 47869c331437958c76b67c3a05f6a1b365d9081e Mon Sep 17 00:00:00 2001
From: Baoshuo
Date: Sat, 1 Oct 2022 17:17:20 +0800
Subject: [PATCH] fix: remove "admin"
---
web/app/controllers/problem_solutions.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/app/controllers/problem_solutions.php b/web/app/controllers/problem_solutions.php
index d4cb013..f7cb788 100644
--- a/web/app/controllers/problem_solutions.php
+++ b/web/app/controllers/problem_solutions.php
@@ -55,7 +55,7 @@
$admin_user_link = getUserLink($myUser['username']);
$content = <<
您为问题 #{$problem['id']} ({$problem['title']}) 提交的题解 {$blog_link} 已经被管理员 {$admin_user_link} 移除。
+您为问题 #{$problem['id']} ({$problem['title']}) 提交的题解 {$blog_link} 已经被 {$admin_user_link} 移除。
EOD; sendSystemMsg($blog['poster'], '题解移除通知', $content); }