Skip to content

Commit c9f604a

Browse files
committed
non-BC array syntax snuck in
1 parent b49253e commit c9f604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QuickForm/hierselect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function setSecOptions($array)
242242
*/
243243
function _setOptions()
244244
{
245-
$arrayKeys = [];
245+
$arrayKeys = array();
246246
foreach (array_keys($this->_elements) AS $key) {
247247
if (isset($this->_options[$key])) {
248248
if ((empty($arrayKeys)) || HTML_QuickForm_utils::recursiveIsset($this->_options[$key], $arrayKeys)) {

0 commit comments

Comments
 (0)