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

+ 2 - 0
score/database/action_log.php

@@ -151,6 +151,8 @@ return array
 			(
 				'start' => array('yes-cdate', '>='),
 				'end' => array('yes-cdate', '<='),
+				'score_type' => 'yes',
+				'action_id' => 'yes',
 			),
 			'type' => 'all',
 			'order' => array('id' => 'desc'),