mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix return value of method
This commit is contained in:
parent
13e34649bf
commit
58c727a495
1 changed files with 2 additions and 1 deletions
|
|
@ -444,7 +444,8 @@ class Preview {
|
|||
* @return void
|
||||
*/
|
||||
public function show() {
|
||||
return $this->showPreview();
|
||||
$this->showPreview();
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue