@@ -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;