Pass appname back to submit, so that non-api configs will commit correctly

This commit is contained in:
Miles Lott 2001-06-13 15:44:24 +00:00
parent 51dbe51788
commit 354c91ff90

View File

@ -71,7 +71,7 @@
echo parse_navbar();
$t->set_var('title',lang('Site Configuration'));
$t->set_var('action_url',$phpgw->link('/admin/config.php'));
$t->set_var('action_url',$phpgw->link('/admin/config.php','appname=' . $appname));
$t->set_var('th_bg',$phpgw_info['theme']['th_bg']);
$t->set_var('th_text',$phpgw_info['theme']['th_text']);
$t->set_var('row_on',$phpgw_info['theme']['row_on']);