Code

Ensure that auto is available everytime
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Oct 2007 11:06:28 +0000 (11:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 23 Oct 2007 11:06:28 +0000 (11:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7629 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_workstationStartup.inc

index becae67dfe39ee93c93f088014f3335575475ff2..8f747beee12eec743348bcd677994913cfffd1d8 100644 (file)
@@ -875,6 +875,12 @@ class workstartup extends plugin
         if not, dont't add them to our list
      */
     foreach($this->FAIServRepConfig as $mirror => $rest){
+
+      /* Automatically selection is available everytime */
+      if($mirror == "auto"){
+        continue;
+      }
+
       $use = false;
       if(count($this->FAIclass) == 0){
         $use = true;