Fixed AddressDB export button

This commit is contained in:
Frank Schubert
2024-11-07 14:06:34 +01:00
parent e326c14756
commit bb02b67696

View File

@@ -407,13 +407,13 @@ class AddressDBController extends mfBaseController {
}
protected function exportAction() {
return $this->export();
return $this->exportAddressdb();
}
protected function exportHomesAction() {
return $this->export(true);
return $this->exportAddressdb(true);
}
private function export($export_homes = false) {
private function exportAddressdb($export_homes = false) {
$rfilter = $this->request->filter;
if(!is_array($rfilter)) {
$rfilter = [];