mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
- Fixed typos
- application/controllers/Cis/Pub.php bild method refactored - Replaced AkteModel with AkteLib where possible - application/core/FHC_Controller->outputFile added new features + improvements - Added new public methods outputImageByContent and outputImageByFile to application/core/FHC_Controller - Added new private method _outputImage to application/core/FHC_Controller - AkteLib fixes
This commit is contained in:
@@ -168,7 +168,7 @@ class Unterbrechung extends FHCAPI_Controller
|
||||
getData($uploadDataResult)['file_name'],
|
||||
getData($uploadDataResult)['file_type'],
|
||||
fopen(getData($uploadDataResult)['full_path'], 'r'),
|
||||
'studierendenantrag'
|
||||
'studierendenantrag',
|
||||
null, // dokument_kurzbz
|
||||
null, // beschreibung
|
||||
false, // cis_suche
|
||||
|
||||
Reference in New Issue
Block a user