Make sure config sends updated link settings

Fixes login after registration is missing full link registry
This commit is contained in:
nathan 2024-06-18 11:11:33 -06:00
parent 16d42c69c5
commit 87c3b3b613

View File

@ -26,7 +26,10 @@ $GLOBALS['egw_info'] = array(
include '../header.inc.php';
// release session, as we dont need it and it blocks parallel requests
// Make sure we send the latest
Api\Link::init_static(true);
// release session, as we don't need it and it blocks parallel requests
$GLOBALS['egw']->session->commit_session();
// use an etag over config and link-registry