mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix flooding debug messages
This commit is contained in:
@@ -26,7 +26,9 @@ class Clublog_model extends CI_Model
|
||||
error_reporting(E_ALL);
|
||||
|
||||
$this->load->helper('file');
|
||||
$this->load->library('AdifHelper');
|
||||
if (!$this->load->is_loaded('AdifHelper')) {
|
||||
$this->load->library('AdifHelper');
|
||||
}
|
||||
|
||||
$station_profiles = $this->all_with_count($clean_userid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user