From: Jan Schneider Date: Mon, 8 Feb 2010 22:16:44 +0000 (+0100) Subject: Set remote calendar timeout also when retrieving calendar information. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=69f9b6cda92ff3130f5648fc7b2dbf3ee029acf2;p=horde.git Set remote calendar timeout also when retrieving calendar information. --- diff --git a/kronolith/lib/Ajax/Application.php b/kronolith/lib/Ajax/Application.php index ae215f648..5cefe84e8 100644 --- a/kronolith/lib/Ajax/Application.php +++ b/kronolith/lib/Ajax/Application.php @@ -648,7 +648,7 @@ class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base */ public function GetRemoteInfo($vars) { - $params = array(); + $params = array('timeout' => 15); if ($user = $vars->username) { $params['user'] = $user; $params['password'] = $vars->password;