Skip to content

Commit

Permalink
fixup! fix appconfig tests
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Dec 4, 2020
1 parent 521b6fc commit 4dab867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/AppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ protected function loadConfigValues() {
$this->cache[$row['appid']] = [];
}

$this->cache[$row['appid']][$row['configkey']] = (string)$row['configvalue'];
$this->cache[(string)$row['appid']][(string)$row['configkey']] = (string)$row['configvalue'];
}
$result->closeCursor();

Expand Down

0 comments on commit 4dab867

Please sign in to comment.