White spaces

This commit is contained in:
Michael 2022-01-16 20:17:31 +00:00
parent 0e15715088
commit dc48f9b8f0
6 changed files with 19 additions and 18 deletions

View file

@ -36,7 +36,7 @@ class Show extends BaseApi
{
BaseApi::checkAllowedScope(BaseApi::SCOPE_READ);
$uid = BaseApi::getCurrentUserID();
$type = $this->getRequestValue($this->parameters, 'extension', 'json');
$type = $this->getRequestValue($this->parameters, 'extension', 'json');
// params
$gid = $this->getRequestValue($request, 'gid', 0);