Skip to content

Commit

Permalink
Tweak for multiple site roots.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 10, 2024
1 parent f2c397c commit d8b4d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiconference.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static function load_conf($root, $confid) {
SiteLoader::read_options_file("{$root}/conf/options.php");
$Opt["confid"] = $confid;
if ($Opt["include"] ?? null) {
SiteLoader::read_included_options();
SiteLoader::read_included_options($root);
}
$newconf = ($Opt["missing"] ?? null) ? null : new Conf($Opt, true);
$Opt = $save_opt;
Expand Down

0 comments on commit d8b4d7f

Please sign in to comment.