Skip to content
Snippets Groups Projects
Commit bc60b8d8 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix bug in public api

parent 99db3c01
Branches
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ function simple_file_size($bytes) { ...@@ -94,7 +94,7 @@ function simple_file_size($bytes) {
* @returns html options * @returns html options
*/ */
function html_select_options($options, $selected, $params=array()) { function html_select_options($options, $selected, $params=array()) {
return(\html_select_options($options, $selected, $params=array())); return(\html_select_options($options, $selected, $params));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment