mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-21 05:59:27 +00:00
Merge branch 'feature-24817/infocenter_doc_loeschen_error'
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user