From: Roland Häder Date: Mon, 14 May 2018 20:34:11 +0000 (+0200) Subject: Added empty line after if() block (convention) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a7bcd47258994afa2ba2720d1e80c6b3f87a118;p=friendica.git Added empty line after if() block (convention) Signed-off-by: Roland Häder --- diff --git a/mod/photos.php b/mod/photos.php index 15dbad7fa7..235acdfc47 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1285,6 +1285,7 @@ function photos_content(App $a) if (count($ph) == 1) { $hires = $lores = $ph[0]; } + if (count($ph) > 1) { if ($ph[1]['scale'] == 2) { // original is 640 or less, we can display it directly