From: hickert Date: Thu, 9 Sep 2010 11:51:55 +0000 (+0000) Subject: Updated retry call X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1f11ad29393952f3dbc83eba2aab732b46e08ccc;p=gosa.git Updated retry call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/groupware/personal/groupware/class_groupware.inc b/gosa-plugins/groupware/personal/groupware/class_groupware.inc index ee6fda90d..1ddc0dfac 100644 --- a/gosa-plugins/groupware/personal/groupware/class_groupware.inc +++ b/gosa-plugins/groupware/personal/groupware/class_groupware.inc @@ -466,7 +466,7 @@ class groupware extends plugin // Try a simple communication operation with the backend // again and let us see if it works. if(isset($_POST['retry'])){ - $this->rpcExec('getCapabilities'); + $this->rpcExec('gwGetCapabilities'); } // Get ui modifications and store them in the class.