summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/wizard/step2.php')
-rw-r--r--frontend/wizard/step2.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/wizard/step2.php b/frontend/wizard/step2.php
index 1978f92..7667b95 100644
--- a/frontend/wizard/step2.php
+++ b/frontend/wizard/step2.php
@@ -33,6 +33,5 @@ function wizard_process_step2() {
$opt=new sql_buildopt($S['wizard.build']->id, 'install_packages', $packages);
$opt->write();
}
- return true;
}
?>