]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix return value of method
authorGeorg Ehrke <developer@georgehrke.com>
Fri, 23 Aug 2013 21:27:36 +0000 (23:27 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Fri, 23 Aug 2013 21:27:36 +0000 (23:27 +0200)
lib/preview.php

index 0497ec95bc5fb8fd8d53f4f456d5dead1a426e79..a8a8580e229e285a067522aeb69b809c7313253f 100755 (executable)
@@ -444,7 +444,8 @@ class Preview {
         * @return void
        */
        public function show() {
-               return $this->showPreview();
+               $this->showPreview();
+               return;
        }
 
        /**