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;