Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 16 May 2011 08:08:24 +0000 (08:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 16 May 2011 08:08:24 +0000 (08:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20832 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc

index 98957ce9d64abaeba92a8ba6c6a940928357663c..4124bcde3274984e1ddcf5c0826538e5893bafe6 100644 (file)
@@ -128,7 +128,7 @@ class AddPartitionDialog
         }
 
         // Prepare list of volume groups
-        $this->volumeGroups = array();
+        $this->volumeGroupList = array();
         foreach($this->volumeGroups as $vg){
             $this->volumeGroupList[$vg['name']] = $vg['name'];
         }