dever 6 years ago
parent
commit
d3c2faa123
1 changed files with 2 additions and 2 deletions
  1. 2 2
      score/database/action_log.php

+ 2 - 2
score/database/action_log.php

@@ -94,11 +94,11 @@ return array
 		(
 			'type' 		=> 'int-11',
 			'name' 		=> '是否增加积分',
-			'default' 	=> '1',
+			'default' 	=> '3',
 			'desc' 		=> '是否增加积分',
 			'match' 	=> 'is_numeric',
 			'update'	=> 'select',
-			'option'	=> $score_type,
+			'option'	=> $cron_type,
 			'search'	=> 'select',
 			'list'		=> true,
 		),