mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
Coding styles / "require_once" for removed file removed
This commit is contained in:
parent
af18e2f2a9
commit
7c15d0160a
7 changed files with 13 additions and 17 deletions
|
@ -54,7 +54,7 @@ class Photo extends BaseApi
|
|||
throw new HTTPException\BadRequestException('No photo id.');
|
||||
}
|
||||
|
||||
$scale = (!empty($request['scale']) ? intval($request['scale']) : false);
|
||||
$scale = (!empty($request['scale']) ? intval($request['scale']) : false);
|
||||
$photo_id = $request['photo_id'];
|
||||
|
||||
// prepare json/xml output with data from database for the requested photo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue