mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
[LoTW] Fixes issue with sync script running
This commit is contained in:
parent
6bf7d97df8
commit
650c73f4e6
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ class Stations extends CI_Model {
|
|||
}
|
||||
|
||||
function all() {
|
||||
$this->db->where('station_profile.user_id', $this->session->userdata('user_id'));
|
||||
return $this->db->get('station_profile');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue