diff options
Diffstat (limited to 'frontend/modules/gentoo/step3.php')
-rw-r--r-- | frontend/modules/gentoo/step3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/modules/gentoo/step3.php b/frontend/modules/gentoo/step3.php index d1d152d..2f66325 100644 --- a/frontend/modules/gentoo/step3.php +++ b/frontend/modules/gentoo/step3.php @@ -9,7 +9,7 @@ function gentoo_process_step3() { global $S, $request; if (isset($request['image_type'])) { debug('wizard', 'step3: image type='.$request['image_type']); - $opt=new sql_buildopt($S['wizard.build']->id, 'image_type', $request['image_type']); + $opt=new sql_configopt($S['wizard.configuration']->id, 'image_type', $request['image_type']); $opt->write(); } else { debug('wizard', 'step3: no image_type variable'); |