mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching
This commit is contained in:
@@ -66,7 +66,7 @@ class Dxcluster extends CI_Controller {
|
||||
// TODO: Is this used anywhere? If not, remove it!
|
||||
public function call($call) {
|
||||
$date = date('Y-m-d', time());
|
||||
$dxccobj = new Dxcc($date);
|
||||
$dxccobj = new Dxcc();
|
||||
|
||||
$dxcc = $dxccobj->dxcc_lookup($call, $date);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user