Fix Anrechnung Student View: Änderung des Download-Dokumentnamens zurückgenommen

Der Download-Dokumentname ist in der Studierendenansicht nun wieder gleich wie der originale Dokuementname beim Hochladen.
This commit is contained in:
Cris
2022-09-08 12:53:44 +02:00
parent 6f1ca8e374
commit d13cc789ad
@@ -208,7 +208,7 @@ class requestAnrechnung extends Auth_Controller
$this->_checkIfEntitledToReadDMSDoc($dms_id);
// Get file to be downloaded from DMS
$download = $this->dmslib->download($dms_id, $filename);
$download = $this->dmslib->download($dms_id);
if (isError($download)) return $download;
// Download file