mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[ADIF Backup] Fix when running backup from inside Cloudlog
This commit is contained in:
@@ -20,7 +20,7 @@ class Backup extends CI_Controller {
|
||||
}
|
||||
|
||||
/* Gets all QSOs and Dumps them to logbook.adi */
|
||||
public function adif($key){
|
||||
public function adif($key = null){
|
||||
$this->load->helper('file');
|
||||
// Set memory limit to unlimited to allow heavy usage
|
||||
ini_set('memory_limit', '-1');
|
||||
|
||||
Reference in New Issue
Block a user