dever 4 anos atrás
pai
commit
6e95caba8d
1 arquivos alterados com 1 adições e 1 exclusões
  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;