Code

Updated department management
[gosa.git] / gosa-core / include / class_listing.inc
index 1fcc94ecef7f683903036e2c6c09abb3ab46bf6d..c917e961a2508fd926cec0885361520e076451ee 100644 (file)
@@ -678,6 +678,11 @@ class listing {
           $params[]= $this->pid;
         }
 
+        // base is replaced by the current base
+        if ($param == "base") {
+          $params[]= $this->getBase();
+        }
+
         // Fixie with "" is passed directly
         if (preg_match('/^".*"$/', $param)){
           $params[]= preg_replace('/"/', '', $param);