mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[LoTW] Fixes issue with sync script running
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user