dever 4 年 前
コミット
649e1c7d5e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Core.php

+ 1 - 1
lib/Core.php

@@ -126,7 +126,7 @@ class Core
 				$where = array();
 				$where['uid'] = $uid;
 				$where['config_child_id'] = $child['id'];
-				$result = Dever::db('score/user_log')->getList($where);
+				$result = Dever::db('score/user_child_log')->getList($where);
 			}
 		}