From 06442f47550e76fa5778b0fc3da4e93200318e8c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 Jun 2012 21:39:37 +0200 Subject: [PATCH] Fix: Var not initialized --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index b701d06d721..251c65c80c0 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2219,6 +2219,7 @@ class Form { $autoOpen=true; $dialogconfirm='dialog-confirm'; + $button=''; if (! is_int($useajax)) { $button=$useajax;