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;