fix bug in public api
This commit is contained in:
parent
99db3c01ee
commit
bc60b8d87a
|
@ -94,7 +94,7 @@ function simple_file_size($bytes) {
|
|||
* @returns html options
|
||||
*/
|
||||
function html_select_options($options, $selected, $params=array()) {
|
||||
return(\html_select_options($options, $selected, $params=array()));
|
||||
return(\html_select_options($options, $selected, $params));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue