diff options
-rw-r--r-- | include/photo/photo_driver.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php index 15baa33b4..93410aed1 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -149,6 +149,8 @@ function guess_image_type($filename, $data = []) { } } + logger('failed to guess image type'), LOGGER_DEBUG); + return null; } |