From ac1343d89a9df62deb21ec70318c67fba7135d07 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 12 Oct 2010 09:38:10 +0000 Subject: [PATCH] Updated retry execution for dist lists git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19997 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../class_GroupwareDistributionList.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc index 89a55acf5..29766a234 100644 --- a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc +++ b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc @@ -308,10 +308,10 @@ class GroupwareDistributionList extends plugin */ function save_object() { + if(isset($_POST['retryInit'])){ + $this->init(); + } if(isset($_POST['DistributionList_posted'])){ - if(isset($_POST['retryInit'])){ - $this->init(); - } if(!isset($_POST['useMailSizeLimit'])) $this->mailSizeLimit = NULL; plugin::save_object(); } -- 2.30.2