Skip to content
Snippets Groups Projects
Commit 40183f40 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix php 5.4 compatibility

parent 12d3161c
Branches
Tags 7.12.44
3 merge requests!1587Master,!1553Master,!1539Master
......@@ -69,7 +69,7 @@ class Class_CustomField_Value extends Storm_Model_Abstract {
public function getSelectedOptionsList() {
if (empty($this->getOptionsListAsArray()))
if (!$this->getOptionsListAsArray())
return [];
return explode(';', $this->getValue());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment