From: hickert Date: Mon, 25 Oct 2010 05:34:43 +0000 (+0000) Subject: Updated baseSelector class. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=185af60c1aa4d945f691891fabd96725d2efa282;p=gosa.git Updated baseSelector class. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20130 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidgetListing.inc b/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidgetListing.inc index 223e1263d..1e32a154a 100644 --- a/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidgetListing.inc +++ b/gosa-plugins/groupware/personal/groupware/FolderWidget/class_FolderWidgetListing.inc @@ -36,7 +36,7 @@ class FolderWidgetListing extends management // Create folderSelector using dummy entries, those will be replaced // once setFolderList is called. - $this->folderSelector = new ItemSelector(array($this->rootBase => '/'),$this->rootBase,$this->rootBase); + $this->folderSelector = new releaseSelector(array($this->rootBase => '/'),$this->rootBase,$this->rootBase); parent::__construct($config, $ui, "Folder", $headpage); // Register default actions