diff options
Diffstat (limited to 'app/controllers/materialien/files.php')
| -rw-r--r-- | app/controllers/materialien/files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/materialien/files.php b/app/controllers/materialien/files.php index 57aed1b..a8d4823 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)->asSvg(['class' => 'text-bottom']); + $output['icon'] = $file->getIcon(Icon::ROLE_CLICKABLE)->asImg(['class' => 'text-bottom']); $this->render_json($output); } |
