[ADIF Backup] Fix when running backup from inside Cloudlog

This commit is contained in:
Andreas
2023-05-01 21:23:30 +02:00
parent ebe01d938c
commit efb44b1d65
2 changed files with 3 additions and 3 deletions

View File

@@ -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');