From ef7810048588aa1a38815f68f6ef7d1f662609dc Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Dec 2010 15:49:23 +0000 Subject: [PATCH] Updated groupware shared folder plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20543 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../GroupwareSharedFolder/class_GroupwareSharedFolder.inc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gosa-plugins/groupware/admin/groups/GroupwareSharedFolder/class_GroupwareSharedFolder.inc b/gosa-plugins/groupware/admin/groups/GroupwareSharedFolder/class_GroupwareSharedFolder.inc index aa8c527a5..f293da6ca 100644 --- a/gosa-plugins/groupware/admin/groups/GroupwareSharedFolder/class_GroupwareSharedFolder.inc +++ b/gosa-plugins/groupware/admin/groups/GroupwareSharedFolder/class_GroupwareSharedFolder.inc @@ -284,6 +284,12 @@ class GroupwareSharedFolder extends plugin */ function save() { + + if(!$this->initialized){ + echo "Nothing to save, plugin init failed!"; + return; + } + $this->folderList = $this->FolderWidget->save(); $rpc = $this->config->getRpcHandle(); -- 2.30.2