diff --git a/mod/photos.php b/mod/photos.php index ddef07000a..1467dff343 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1,14 +1,14 @@ orient($src); @unlink($src); - $max_length = get_config('system','max_image_length'); + $max_length = get_config('system', 'max_image_length'); if (! $max_length) { $max_length = MAX_IMAGE_LENGTH; }