We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe44fff commit 62c27f0Copy full SHA for 62c27f0
1 file changed
src/Roundcube/Composer/SkinInstaller.php
@@ -23,7 +23,7 @@ protected function confirmInstall($package_name)
23
{
24
$config = $this->composer->getConfig()->get('roundcube');
25
26
- if (!empty($config['enable-skin'])) {
+ if (isset($config['enable-skin'])) {
27
$answer = $config['enable-skin'];
28
}
29
else {
0 commit comments