From: Roland Haeder Date: Thu, 30 Mar 2017 19:44:32 +0000 (+0200) Subject: added spaces + removed parentheses (include/require are no functions) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a480df6fac9dfe2b671f37fa86152ae92d501d5;p=friendica.git added spaces + removed parentheses (include/require are no functions) Signed-off-by: Roland Haeder --- 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; }