From 69b04e2189161fd092445816ec00ffe36e7359c0 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Sun, 31 Mar 2019 19:28:45 +0200 Subject: [PATCH] Update html.formother.class.php --- htdocs/core/class/html.formother.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index 200a0d1f9f3..546b57b4a5f 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -1244,7 +1244,7 @@ class FormOther * @param int $useempty 1=Add empty line * @return string See option */ - public function selectautomanual($htmlname, $value = '', $option = 0, $disabled = false, $useempty = 0) + public function selectAutoManual($htmlname, $value = '', $option = 0, $disabled = false, $useempty = 0) { global $langs;