From 79862eadb9c377cdfea486f0111c9965048c0d28 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 19 Feb 2006 22:58:06 +0000 Subject: [PATCH] In input_clean(), return NULL cleaned as $type --- kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.php b/kernel.php index 20a6f10..008292a 100644 --- a/kernel.php +++ b/kernel.php @@ -1014,7 +1014,7 @@ class ISSO } else { - $this->in["$varname"] = null; + $this->in["$varname"] = $this->clean(null, $type); } return $this->in["$varname"]; -- 2.22.5