Code

Updated release selector to allow to set the rootBase afterwards
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Oct 2010 14:37:06 +0000 (14:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 7 Oct 2010 14:37:06 +0000 (14:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19942 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_releaseSelector.inc

index fa5f35ea45f80000b1975b1a57ba49bb58d2690f..1f4f2e2db4115060ac841b0948ada7af09c0a523 100644 (file)
@@ -65,6 +65,11 @@ class releaseSelector {
         }
     }
 
+    function setRootBase($base)
+    {
+        $this->releaseBase = $base;
+    }
+
 
     function checkBase($base)
     {