From 63e3335be721361f3ea290d2d5aa9214f90896df Mon Sep 17 00:00:00 2001 From: Devops Date: Sat, 1 Apr 2017 15:27:10 +0100 Subject: [PATCH] lib/php/db/table.php --- lib/php/db/table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db/table.php b/lib/php/db/table.php index ea9fa255..4143448d 100644 --- a/lib/php/db/table.php +++ b/lib/php/db/table.php @@ -480,7 +480,7 @@ Class Table extends nb { } public function html_add($values = null,$form_action='?') { - return html_edit($values,$form_action,true); + return html_edit($values,$form_action,true); } public function html_edit($values = null,$form_action='?',$add=false) { -- 2.47.3