Code

Updated management copy & paste handling.
[gosa.git] / gosa-core / include / class_listing.inc
index 095bbfbd720b63935f8841f693f0c6026403df47..d1436fce5d16987e4f34dde4c23c67ca25d77193 100644 (file)
@@ -451,6 +451,7 @@ class listing {
       $base= validate($_POST['BASE']);
       if (isset($this->bases[$base])) {
         $this->base= $base;
+        session::global_set("CurrentMainBase", $this->base);
       }
     }