[Pkg-owncloud-commits] [owncloud] 82/123: fix preview hooks, enable_previews default is true

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:19 UTC 2015


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

taffit pushed a commit to branch stable8
in repository owncloud.

commit 745c3c64faf329f5a220ef967dd0faa0013b0cdd
Author: Georg Ehrke <developer at georgehrke.com>
Date:   Wed May 13 19:59:41 2015 +0200

    fix preview hooks, enable_previews default is true
---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index d1ff9fe..b7f19c9 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -654,7 +654,7 @@ class OC {
 
 		self::registerCacheHooks();
 		self::registerFilesystemHooks();
-		if (\OC::$server->getSystemConfig()->getValue('enable_previews', false)) {
+		if (\OC::$server->getSystemConfig()->getValue('enable_previews', true)) {
 			self::registerPreviewHooks();
 		}	
 		self::registerShareHooks();

-- 
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