Add conditional help text for disabled fields
This commit is contained in:
@@ -83,7 +83,7 @@ class DatabaseConfig implements IManageConfigValues
|
||||
/** {@inheritDoc} */
|
||||
public function isSetDisabled(string $cat, string $key): bool
|
||||
{
|
||||
return $this->cache->getSource($cat, $key) >= Cache::SOURCE_ENV;
|
||||
return $this->cache->getSource($cat, $key) >= 0;
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
|
||||
Reference in New Issue
Block a user