fix bug in public api

remotes/origin/stable4
Georg Ehrke 13 years ago
parent 99db3c01ee
commit bc60b8d87a
  1. 2
      lib/public/template.php

@ -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…
Cancel
Save