rewrote for() loop to foreach() + added curly braces/spaces
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
fc4d1296e3
commit
7514a3beb8
1 changed files with 1 additions and 0 deletions
|
@ -1294,6 +1294,7 @@ function photos_content(App $a)
|
||||||
}
|
}
|
||||||
|
|
||||||
$album_link = 'photos/' . $a->data['user']['nickname'] . '/album/' . bin2hex($ph[0]['album']);
|
$album_link = 'photos/' . $a->data['user']['nickname'] . '/album/' . bin2hex($ph[0]['album']);
|
||||||
|
|
||||||
$tools = null;
|
$tools = null;
|
||||||
$lock = null;
|
$lock = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue