Skip to content

Commit c896d3c

Browse files
committed
prioritize config.php
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent c503741 commit c896d3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Service/ConfigService.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ public function getAppValue($key) {
312312
$defaultValue = $this->defaults[$key];
313313
}
314314

315+
if ($this->config->getSystemValue('circles.' . $key, '') !== '') {
316+
return $this->config->getSystemValue('circles.' . $key);
317+
}
318+
315319
return $this->config->getAppValue($this->appName, $key, $defaultValue);
316320
}
317321

0 commit comments

Comments
 (0)