Skip to content
Snippets Groups Projects
Commit 75129b0a authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by David Siegfried
Browse files

Resolve "OER Campus: Man kann kein Material mehr hochladen"

Closes #1870

Merge request studip/studip!1224
parent e4fc6d02
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<? if (!empty($_SESSION['NEW_OER']['tmp_name'])) : ?> <? if (empty($_SESSION['NEW_OER']['tmp_name'])) : ?>
<label class="file drag-and-drop" <label class="file drag-and-drop"
data-filename="<?= htmlReady($material['filename']) ?>" data-filename="<?= htmlReady($material['filename']) ?>"
data-filesize="<?= htmlReady(!$material->isNew() ? filesize($material->getFilePath()) : "") ?>" data-filesize="<?= htmlReady(!$material->isNew() ? filesize($material->getFilePath()) : "") ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment