Fixed disabled custom logo in open version
Former-commit-id: 4b5cd56af623bd6485111240be0bb0e11a0a3162
This commit is contained in:
parent
a841472bff
commit
448a5e64ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue