aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/materialien/files.php
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2025-07-14 09:36:18 +0200
committerRon Lucke <lucke@elan-ev.de>2025-07-14 09:36:18 +0200
commit4355ded9bc56e0b06fbceffe61ddc37061cc3bc7 (patch)
tree348493b6b0fd1286b86f213e5077413b97cf9747 /app/controllers/materialien/files.php
parent1e59dd2dacc51b3313d7780b66d4bf72e0484f86 (diff)
Color-Themes-System, fixes #5361
Closes #5361 Merge request studip/studip!4038
Diffstat (limited to 'app/controllers/materialien/files.php')
-rw-r--r--app/controllers/materialien/files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/materialien/files.php b/app/controllers/materialien/files.php
index a8d4823..57aed1b 100644
--- a/app/controllers/materialien/files.php
+++ b/app/controllers/materialien/files.php
@@ -424,7 +424,7 @@ class Materialien_FilesController extends MVVController
}
$output['document_id'] = $file->id;
- $output['icon'] = $file->getIcon(Icon::ROLE_CLICKABLE)->asImg(['class' => 'text-bottom']);
+ $output['icon'] = $file->getIcon(Icon::ROLE_CLICKABLE)->asSvg(['class' => 'text-bottom']);
$this->render_json($output);
}