aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Lars Kellogg-Stedman <lars@oddbit.com> 2025-09-29 11:04:45 -0400
committerGravatar GitHub <noreply@github.com> 2025-09-29 17:04:45 +0200
commit0d463b67bdade2e896b7fa74595950eeaadd55fe (patch)
tree4db38f7509e730be809309e97cf57e1a8200779a /p
parent5e413ef0cea1bc85c80a6183d09d35658f1ecdc7 (diff)
Reverse arguments to array_merge of cusotm config (#8033)
The installer was merging the initial configuration into the custom configuration, which meant that any keys set in the system configuration would take precedence over custom configuration. Practically, this meant it was not possible to preconfigure the database connection via `config.custom.php`. This commit reverses the order of the arguments to the `array_merge` function so that keys in the custom configuration will override keys in the initial configuration. See also: https://github.com/FreshRSS/FreshRSS/discussions/8030
Diffstat (limited to 'p')
0 files changed, 0 insertions, 0 deletions