projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff189e
)
Set remote calendar timeout also when retrieving calendar information.
author
Jan Schneider
<jan@horde.org>
Mon, 8 Feb 2010 22:16:44 +0000
(23:16 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 8 Feb 2010 22:16:44 +0000
(23:16 +0100)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
ae215f6
..
5cefe84
100644
(file)
--- 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;