Project

General

Profile

« Previous | Next » 

Revision f989aa5b

Added by Ermal LUÇI about 14 years ago

Correct variable name so voucher disconnect on synchronized vouchers works properly.

View differences:

etc/inc/captiveportal.inc
814 814
		$syncport = $config['voucher']['vouchersyncport'];
815 815
		$syncpass = $config['voucher']['vouchersyncpass'];
816 816
		$vouchersyncusername = $config['voucher']['vouchersyncusername'];
817
		$remote_status = xmlrpc_sync_voucher_disconnect($dben, $syncip, $syncport, $syncpass, $vouchersyncusername, $term_cause, $stop_time);
817
		$remote_status = xmlrpc_sync_voucher_disconnect($dbent, $syncip, $syncport, $syncpass, $vouchersyncusername, $term_cause, $stop_time);
818 818
	}
819 819

  
820 820
}

Also available in: Unified diff