Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix codestyle
Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke authored Sep 6, 2021
commit 2994dbe2159807b2efa6acba3d0430bc25af207d
2 changes: 1 addition & 1 deletion core/Controller/SvgController.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function getSvgFromApp(string $app, string $fileName, string $color = 'ff
* @return DataDisplayResponse|NotFoundResponse
*/
private function getSvg(string $path, string $color, string $fileName) {
if(!Filesystem::isValidPath($path)) {
if (!Filesystem::isValidPath($path)) {
return new NotFoundResponse();
}

Expand Down