mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fixed logo menu pandora_enterprise#13559
This commit is contained in:
parent
60f8c45836
commit
f8ed8e08ff
@ -601,7 +601,7 @@ final class Percentile extends Item
|
||||
$values = parent::getDefaultGeneralValues($values);
|
||||
|
||||
// Default values.
|
||||
if (isset($values['width']) === false) {
|
||||
if (isset($values['width']) === false || empty($values['width']) === true) {
|
||||
$values['width'] = 100;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user