From 8ed13e627eab45c895c0bfc6312d5297b3aebeac Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Fri, 1 Jun 2012 11:08:40 +0200
Subject: [PATCH] =?UTF-8?q?don=C2=B4t=20do=20warnings.=20Not=20sure=20if?=
 =?UTF-8?q?=20this=20start=5Fsession=20call=20is=20really=20needed=20here.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 apps/files/ajax/timezone.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/ajax/timezone.php b/apps/files/ajax/timezone.php
index 8e1d2aa1ec..268ae59483 100644
--- a/apps/files/ajax/timezone.php
+++ b/apps/files/ajax/timezone.php
@@ -1,6 +1,6 @@
 <?php
 	// FIXME: this should start a secure session if forcessl is enabled
 	// see lib/base.php for an example
-	session_start();
+	@session_start();
 	$_SESSION['timezone'] = $_GET['time'];
 ?>
-- 
GitLab