Merge branch 'feature-24817/infocenter_doc_loeschen_error'

This commit is contained in:
Andreas Österreicher
2022-09-14 10:36:45 +02:00
@@ -423,7 +423,7 @@ class InfoCenter extends Auth_Controller
if (hasData($akte))
{
$akte = getData($akte);
if ($akte->person_id === $person_id)
if ($akte->person_id === (int)$person_id)
{
$result = $this->aktelib->remove($akte_id);