mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
$open,
|
false,
|
||||||
'width:240px'
|
'width:240px'
|
||||||
);
|
);
|
||||||
return $select;
|
return $select;
|
||||||
@ -259,7 +259,7 @@ function logo_custom_enterprise($name, $logo)
|
|||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
'',
|
'',
|
||||||
$open,
|
true,
|
||||||
'width:240px'
|
'width:240px'
|
||||||
);
|
);
|
||||||
return $select;
|
return $select;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user