[Pkg-owncloud-commits] [owncloud] 04/50: always output a png

David Prévot taffit at moszumanska.debian.org
Fri Oct 17 03:12:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v6.0.6RC1
in repository owncloud.

commit 3c65a503b2a555e4fee923a16dd8a2998281f2c5
Author: Georg Ehrke <developer at georgehrke.com>
Date:   Fri Mar 14 11:14:09 2014 +0100

    always output a png
---
 lib/private/preview.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/preview.php b/lib/private/preview.php
index 9088d66..703b01e 100755
--- a/lib/private/preview.php
+++ b/lib/private/preview.php
@@ -452,7 +452,7 @@ class Preview {
 		if(is_null($this->preview)) {
 			$this->getPreview();
 		}
-		$this->preview->show();
+		$this->preview->show('image/png');
 		return;
 	}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list