From 2a480df6fac9dfe2b671f37fa86152ae92d501d5 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 30 Mar 2017 21:44:32 +0200 Subject: [PATCH] added spaces + removed parentheses (include/require are no functions) Signed-off-by: Roland Haeder --- mod/photos.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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; }