mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Fix space missing after if style error in src/Module/Api/Friendica/Photoalbum/Show.php
This commit is contained in:
parent
8576610c54
commit
0b2c013db4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Show extends BaseApi
|
|||
$limit = 1;
|
||||
}
|
||||
|
||||
if(!empty($request['offset'])) {
|
||||
if (!empty($request['offset'])) {
|
||||
$params['limit'] = [$request['offset'], $limit];
|
||||
} else {
|
||||
$params['limit'] = $limit;
|
||||
|
|
Loading…
Reference in a new issue