mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
confparser.inc.php: Add missing semicolon
Fixes a regression introduced in 97c5bce
(config: allow reading both the
defaults file and the modified config, 2018-04-15).
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
0ffa0679d2
commit
ad9422ca19
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function config_load() {
|
|||
} else {
|
||||
die("aurweb config file not found");
|
||||
}
|
||||
$AUR_CONFIG = array_replace_recursive($default_config, $config)
|
||||
$AUR_CONFIG = array_replace_recursive($default_config, $config);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue