Update Api_model.php

这个提交包含在:
Peter Goodhall 2022-10-11 15:05:03 +01:00
父节点 7ed979b4b6
当前提交 fa979a426a

查看文件

@ -16,7 +16,7 @@ class API_Model extends CI_Model {
function CountKeysWithNoUserID() { function CountKeysWithNoUserID() {
$this->db->where('user_id !=', NULL); $this->db->where('user_id !=', NULL);
$query = $this->db->get('CountKeysWithNoUserID'); $query = $this->db->get('api');
return $query->num_rows(); return $query->num_rows();
} }