You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!isset($newFile['mimeType']) || strpos($newFile['mimeType'],'text/')!==false){
durch das !isset($newFile['mimeType']) wird ebenfalls eine Umwandlung in eine PDF vorgenommen, wenn Assistants/MimeReader.php eine NULL meldet, weil der mime-Type nicht bestimmt werden konnte
The text was updated successfully, but these errors were encountered:
Der Fehler wurde in Version 0.6.2 entdeckt.
logic/LTutor/LTutor.php:512
durch das
!isset($newFile['mimeType'])
wird ebenfalls eine Umwandlung in eine PDF vorgenommen, wennAssistants/MimeReader.php
eineNULL
meldet, weil der mime-Type nicht bestimmt werden konnteThe text was updated successfully, but these errors were encountered: