aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/photo/photo_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php
index 93410aed1..8f93e4d30 100644
--- a/include/photo/photo_driver.php
+++ b/include/photo/photo_driver.php
@@ -149,7 +149,7 @@ function guess_image_type($filename, $data = []) {
}
}
- logger('failed to guess image type'), LOGGER_DEBUG);
+ logger('failed to guess image type', LOGGER_DEBUG);
return null;
}