dever 4 年之前
父节点
当前提交
6e95caba8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/community/lib/Core.php

+ 1 - 1
app/community/lib/Core.php

@@ -72,7 +72,7 @@ class Core
         if ($state == 1) {
             Dever::score($uid, 'submit_' . $this->name, $this->lang);
         } else {
-            Dever::score($uid, 'submit_' . $this->name, '取消' . $this->lang);
+            Dever::score($uid, 'submit_no_' . $this->name, '取消' . $this->lang);
         }
 
         return true;