Commit 5c1cb4d7 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Fix crash in divSelectBox

Caused by previous commits for #5135

issue #5135
Showing with 1 addition and 1 deletion
+1 -1
...@@ -167,7 +167,7 @@ class divSelectBox ...@@ -167,7 +167,7 @@ class divSelectBox
} }
$s_return = ''; $s_return = '';
$i = $this->_numEntries(); $i = count($this->a_entries);
foreach ($this->a_entries as $s_value) { foreach ($this->a_entries as $s_value) {
$i--; $i--;
......
Supports Markdown
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