dever 6 years ago
parent
commit
fa6d4d1e0b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      score/lib/Core.php

+ 2 - 0
score/lib/Core.php

@@ -55,6 +55,8 @@ class Core
 		$log = Dever::db('score/action_log')->one($log_id);
 
 		$this->operAction($log);
+
+		return $log;
 	}
 
 	private function rule($log, $info)