Retry tests

This commit is contained in:
Chris Hunt
2025-09-10 15:55:08 +01:00
parent 8185064e41
commit c6bed7d0d4

View File

@@ -267,6 +267,7 @@ class ItemController extends Controller
],
];
$file = $request->input('icon');
$path_parts = pathinfo($file);
if (!array_key_exists('extension', $path_parts)) {