mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
"fix" the signatur check
This commit is contained in:
@@ -990,9 +990,10 @@ class Abgabe extends FHCAPI_Controller
|
||||
* helper function to check the signature status of uploaded files for zwischenabgabe & endupload
|
||||
*/
|
||||
private function checkAbgabeSignatur($abgabe, $projektarbeit) {
|
||||
if($abgabe->paabgabetyp_kurzbz != 'end') {
|
||||
return;
|
||||
}
|
||||
// TODO: recomment this whenever we decide every upload needs signature check
|
||||
// if($abgabe->paabgabetyp_kurzbz != 'end') {
|
||||
// return;
|
||||
// }
|
||||
|
||||
$path = PAABGABE_PATH.$abgabe->paabgabe_id.'_'.$projektarbeit->student_uid.'.pdf';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user