We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b49253e commit c9f604aCopy full SHA for c9f604a
QuickForm/hierselect.php
@@ -242,7 +242,7 @@ function setSecOptions($array)
242
*/
243
function _setOptions()
244
{
245
- $arrayKeys = [];
+ $arrayKeys = array();
246
foreach (array_keys($this->_elements) AS $key) {
247
if (isset($this->_options[$key])) {
248
if ((empty($arrayKeys)) || HTML_QuickForm_utils::recursiveIsset($this->_options[$key], $arrayKeys)) {
0 commit comments