From 5a7bcd47258994afa2ba2720d1e80c6b3f87a118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Mon, 14 May 2018 22:34:11 +0200 Subject: [PATCH] Added empty line after if() block (convention) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- mod/photos.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/photos.php b/mod/photos.php index 15dbad7fa..235acdfc4 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