mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
- Bugfix in application/controllers/Cis/Documents.php
- application/libraries/AkteLib.php->_get fixes - b/application/libraries/DmsLib.php better handling when no DMS is found
This commit is contained in:
@@ -153,7 +153,7 @@ class Documents extends Auth_Controller
|
||||
if (!is_numeric($akte_id))
|
||||
return show_404();
|
||||
|
||||
$result = $this->aktelib->getByPersonId($akte_id);
|
||||
$result = $this->aktelib->getByAkteId($akte_id);
|
||||
if (isError($result))
|
||||
return show_error(getError($result));
|
||||
$akte = getData($result);
|
||||
|
||||
Reference in New Issue
Block a user