Added empty line after if() block (convention)
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
f34d72c143
commit
5a7bcd4725
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue