From bc60b8d87a82a8a9468dcf00fc5ebc1dc4ca5cda Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 9 May 2012 18:33:40 +0200 Subject: [PATCH] fix bug in public api --- lib/public/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/public/template.php b/lib/public/template.php index dfdf71eb11d..3d1ab2c7c2e 100644 --- a/lib/public/template.php +++ b/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)); } -- 2.39.5