mirror of
https://github.com/friendica/friendica
synced 2025-01-31 19:39:48 +00:00
remove unneeded newlines
This commit is contained in:
parent
275b383be7
commit
d0ccd5d263
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class Upload extends \Friendica\BaseModule
|
|||
}
|
||||
|
||||
$this->logger->info('upload done');
|
||||
$this->return(200, "\n\n" . Images::getBBCodeByResource($resource_id, $owner['nickname'], $preview, $image->getExt()) . "\n\n");
|
||||
$this->return(200, Images::getBBCodeByResource($resource_id, $owner['nickname'], $preview, $image->getExt()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue