Code

Added sorting for Profiles
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 11:53:32 +0000 (11:53 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Oct 2005 11:53:32 +0000 (11:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1704 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiProfile.inc

index d5680e49d26d354f1a80e32976f01fd80cef6a61..08103af0274ff4ee0eb1c8b1d71b2c40326019ad 100644 (file)
@@ -122,6 +122,7 @@ class faiProfile extends plugin
         $this->is_dialog=false;
         unset($this->dialog);
         $this->dialog=NULL;
+        ksort($this->FAIclasses);
       }
     }