oops, need to write the config

This commit is contained in:
Miles Lott 2002-01-20 18:42:48 +00:00
parent f2424ca6fd
commit 5719e9e784

View File

@ -84,6 +84,10 @@
$errors .= lang($GLOBALS['config_error']) . ' '; $errors .= lang($GLOBALS['config_error']) . ' ';
$GLOBALS['config_error'] = False; $GLOBALS['config_error'] = False;
} }
else
{
$c->config_data[$key] = $config;
}
} }
else else
{ {