Fixed disabled custom logo in open version

Former-commit-id: 4b5cd56af623bd6485111240be0bb0e11a0a3162
This commit is contained in:
Tatiana Llorente 2019-03-25 16:46:17 +01:00
parent a841472bff
commit 448a5e64ea
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ function logo_custom_enterprise($name, $logo)
false,
true,
'',
$open,
false,
'width:240px'
);
return $select;
@ -259,7 +259,7 @@ function logo_custom_enterprise($name, $logo)
false,
true,
'',
$open,
true,
'width:240px'
);
return $select;