lib/kolab_client_task.php

Aleksander Machniak machniak at kolabsys.com
Fri Oct 19 11:03:04 CEST 2012


 lib/kolab_client_task.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7ff43f53ec38223a7677ed81ab480760c86ff3b
Author: Aleksander Machniak <alec at alec.pl>
Date:   Fri Oct 19 11:02:20 2012 +0200

    Set timeout of session-expired message to 60 sec.

diff --git a/lib/kolab_client_task.php b/lib/kolab_client_task.php
index 189ad3e..59ed1fb 100644
--- a/lib/kolab_client_task.php
+++ b/lib/kolab_client_task.php
@@ -341,7 +341,7 @@ class kolab_client_task
         }
 
         if ($error) {
-            $this->output->command('display_message', $error, 'error');
+            $this->output->command('display_message', $error, 'error', 60000);
         }
 
         $this->output->send('login');





More information about the commits mailing list