From 5b7bce554df839455e5f1eb74cb1f76bfa7fb811 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 3 Sep 2012 10:26:36 +0200 Subject: [PATCH] Fixed syntax error in last commit --- public_html/includes/class/class.LSformElement_password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/includes/class/class.LSformElement_password.php b/public_html/includes/class/class.LSformElement_password.php index c51966ca..491f910f 100644 --- a/public_html/includes/class/class.LSformElement_password.php +++ b/public_html/includes/class/class.LSformElement_password.php @@ -80,7 +80,7 @@ class LSformElement_password extends LSformElement { LSdebug ('send by form'); } } - else if (isset($this -> params['html_options']['mail']['isset'])) && $this -> params['html_options']['mail']['send']==1) { + else if (isset($this -> params['html_options']['mail']['isset']) && $this -> params['html_options']['mail']['send']==1) { $this -> sendMail = true; LSdebug ('send by config'); }