mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:10:11 +00:00
Standards
This commit is contained in:
parent
fd63421dde
commit
c18bda9397
5 changed files with 5 additions and 4 deletions
|
@ -37,7 +37,7 @@ class Destroy extends BaseApi
|
|||
BaseApi::checkAllowedScope(BaseApi::SCOPE_WRITE);
|
||||
$uid = BaseApi::getCurrentUserID();
|
||||
|
||||
$id = filter_var($request['id'] ?? 0, FILTER_VALIDATE_INT);
|
||||
$id = filter_var($request['id'] ?? 0, FILTER_VALIDATE_INT);
|
||||
$verbose = filter_var($request['friendica_verbose'] ?? false, FILTER_VALIDATE_BOOLEAN);
|
||||
|
||||
$parenturi = $request['friendica_parenturi'] ?? '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue