parent
ddcaaa7bcf
commit
a63135be2a
|
@ -440,6 +440,10 @@ class ExtensibleSet
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (empty($this->allowedValues)) {
|
||||||
|
return array();
|
||||||
|
}
|
||||||
|
|
||||||
return array_combine($this->allowedValues, $this->allowedValues);
|
return array_combine($this->allowedValues, $this->allowedValues);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue