diff --git a/src/Controller/AppController.php b/src/Controller/AppController.php index 15a39f201..e5b188ec6 100644 --- a/src/Controller/AppController.php +++ b/src/Controller/AppController.php @@ -285,6 +285,8 @@ class AppController extends Controller } if(isset($returnTable['details'])) { $adminErrorEntity->details = $returnTable['details']; + } else { + $adminErrorEntity->details = __('(Leere Details)'); } if(!$adminErrorTable->save($adminErrorEntity)) { $this->Flash->error( diff --git a/src/Template/AddressTypes/index.ctp b/src/Template/AddressTypes/index.ctp index 978751be0..8460e08a7 100644 --- a/src/Template/AddressTypes/index.ctp +++ b/src/Template/AddressTypes/index.ctp @@ -40,8 +40,8 @@ -
-