summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eeb90cf)
raw | patch | inline | side by side (parent: eeb90cf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 16 May 2011 08:08:24 +0000 (08:08 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc b/gosa-plugins/goto/admin/systems/goto/Device/class_AddPartitionDialog.inc
index 98957ce9d64abaeba92a8ba6c6a940928357663c..4124bcde3274984e1ddcf5c0826538e5893bafe6 100644 (file)
}
// Prepare list of volume groups
- $this->volumeGroups = array();
+ $this->volumeGroupList = array();
foreach($this->volumeGroups as $vg){
$this->volumeGroupList[$vg['name']] = $vg['name'];
}