From: Georg Ehrke Date: Fri, 23 Aug 2013 21:27:36 +0000 (+0200) Subject: fix return value of method X-Git-Tag: v6.0.0alpha2~235^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58c727a4955b9ab60fa3c31fe902b673e883d181;p=nextcloud-server.git fix return value of method --- diff --git a/lib/preview.php b/lib/preview.php index 0497ec95bc5..a8a8580e229 100755 --- a/lib/preview.php +++ b/lib/preview.php @@ -444,7 +444,8 @@ class Preview { * @return void */ public function show() { - return $this->showPreview(); + $this->showPreview(); + return; } /**