'page' and 'command' were both the same (command), so better name it same way.
[shipsimu.git] / application / selector / config.php
index 9aad2f9009a913030efcb461b4921fb8d6571caa..2770167216faf9fb49185daedd34b5acf5bef725 100644 (file)
@@ -35,7 +35,7 @@ $cfg->setConfigEntry('default_selector_html_command', 'home');
 $cfg->setConfigEntry('default_image_command', 'build');
 
 // CFG: FORM-ACTION
-$cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&page=do_form');
+$cfg->setConfigEntry('form_action', 'index.php?app={?app_short_name?}&command=do_form');
 
 // CFG: FORM-METHOD
 $cfg->setConfigEntry('form_method', 'post');