Commit aa2d9156 authored by Ad Schellevis's avatar Ad Schellevis

reread config after save, to avoid hitting messy code from legacy.

parent 0fdbe407
......@@ -183,6 +183,8 @@ function write_config($desc = 'Unknown', $backup = true)
/* cleanup backups */
cleanup_backups();
// on succesfull save, serialize config back to global.
$config = $cnf->toArray(listtags());
return $config;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment