Code

Fixed undefined index - (From trunk revision 4423)
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 04:54:41 +0000 (04:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 04:54:41 +0000 (04:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4670 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/class_kolabAccount.inc

index 318a118b958b2edc85201a82504280a7dd8c84c9..30708b97d3818b199719c43e924cf5dbbad48a22 100644 (file)
@@ -140,7 +140,7 @@ class kolabAccount extends plugin
     }
 
     /* Delete forward email addresses */
-    if (isset($_POST['delete_delegation'])){
+    if ((isset($_POST['delete_delegation'])) && (isset($_POST['delegate_list']))){
       if (count($_POST['delegate_list'])
           && chkacl ($this->acl, "kolabDelegate") == ""){