files_trashbin: File can be without extension

Signed-off-by: Jakub Onderka <jakub.onderka@gmail.com>
pull/16663/head
Jakub Onderka 7 years ago committed by Jakub Onderka
parent effca30d10
commit 41f8be47eb
  1. 2
      apps/files_trashbin/lib/Controller/PreviewController.php

@ -103,7 +103,7 @@ class PreviewController extends Controller {
}
$pathParts = pathinfo($file->getName());
$extension = $pathParts['extension'];
$extension = $pathParts['extension'] ?? '';
$fileName = $pathParts['filename'];
/*
* Files in the root of the trashbin are timetamped.

Loading…
Cancel
Save