noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 13/44: adapt to 7.2 : array


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 13/44: adapt to 7.2 : array
Date: Wed, 26 Dec 2018 04:29:52 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a8e6b691aebf3e3eedf95d33a685b67422830a61
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 21 16:41:40 2018 +0100

    adapt to 7.2 : array
---
 include/lib/iselect.class.php | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/lib/iselect.class.php b/include/lib/iselect.class.php
index 2008735..72996cc 100644
--- a/include/lib/iselect.class.php
+++ b/include/lib/iselect.class.php
@@ -29,6 +29,11 @@
 require_once NOALYSS_INCLUDE.'/lib/html_input.class.php';
 class ISelect extends HtmlInput
 {
+    function __construct($p_name="", $p_value="", $p_id="")
+    {
+        parent::__construct($p_name, $p_value, $p_id);
+        $this->value=[];
+    }
     /*!\brief show the html  input of the widget*/
     public function input($p_name=null,$p_value=null)
     {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]