From 749973f1b650a96390da5707b539a3176e3b98d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 14:51:08 +0200 Subject: [PATCH] Qual: Missing variable declaration --- htdocs/core/class/html.formsms.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.formsms.class.php b/htdocs/core/class/html.formsms.class.php index 808c3fc4b8e..910460b4884 100644 --- a/htdocs/core/class/html.formsms.class.php +++ b/htdocs/core/class/html.formsms.class.php @@ -213,6 +213,7 @@ function limitChars(textarea, limit, infodiv) else { dol_syslog("Warning: The SMS sending method has not been defined into MAIN_SMS_SENDMODE", LOG_WARNING); + $resultsender=array(); $resultsender[0]->number=$this->fromsms; }