Code

Revert commit 11689 which breaked known behaviour
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Jun 2009 09:57:40 +0000 (09:57 +0000)
committerpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Jun 2009 09:57:40 +0000 (09:57 +0000)
and update the line to use session::get.
(Trac: #2603)

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13741 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-core/include/class_MultiSelectWindow.inc

index 8c75dd229719c039815539586f36a6104562a278..5d60c5a647a768d00efe75fa23e68168606689e1 100644 (file)
@@ -146,6 +146,7 @@ class MultiSelectWindow{
                $this->filterName                       = $filterName;
     $this->ui = get_userinfo();
     $this->post_id = preg_replace("/[^0-9]/","",microtime(TRUE));
+    $this->selectedBase  = session::get('CurrentMainBase');
 
     /* Check default values for SaveAdditionalVars */
     $MultiDialogFilters = session::get('MultiDialogFilters');