mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Issue 10935: Improved "GROUP BY" handling
This commit is contained in:
parent
4298afd479
commit
615c6ca696
4 changed files with 62 additions and 38 deletions
|
@ -55,7 +55,7 @@ class Create extends BaseApi
|
|||
$type = $this->getRequestValue($this->parameters, 'extension', 'json');
|
||||
|
||||
// input params
|
||||
$desc = $this->getRequestValue($request, 'desc') ?? '';
|
||||
$desc = $this->getRequestValue($request, 'desc', '');
|
||||
$album = $this->getRequestValue($request, 'album');
|
||||
$allow_cid = $this->getRequestValue($request, 'allow_cid');
|
||||
$deny_cid = $this->getRequestValue($request, 'deny_cid');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue