From: Roland Haeder Date: Sat, 25 Mar 2017 13:32:49 +0000 (+0100) Subject: rewrote for() loop to foreach() + added curly braces/spaces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7514a3beb8bddfaeedc2a2f50f8636ec68abfd36;p=friendica.git rewrote for() loop to foreach() + added curly braces/spaces Signed-off-by: Roland Haeder --- diff --git a/mod/photos.php b/mod/photos.php index c919527da2..8a56497806 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -1294,6 +1294,7 @@ function photos_content(App $a) } $album_link = 'photos/' . $a->data['user']['nickname'] . '/album/' . bin2hex($ph[0]['album']); + $tools = null; $lock = null;