From a2ffc9b71cdc0d77b55597c770457a5454f66210 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Fri, 2 Feb 2007 18:42:31 +0000 Subject: [PATCH] KTS-1615 "Bad Default" Fixed. --- plugins/ktcore/KTWidgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktcore/KTWidgets.php b/plugins/ktcore/KTWidgets.php index 7b43431..1d33b5c 100644 --- a/plugins/ktcore/KTWidgets.php +++ b/plugins/ktcore/KTWidgets.php @@ -188,7 +188,7 @@ class KTCoreSelectionWidget extends KTWidget { // make sure its the selected one if there's no value specified. if (empty($this->value)) { - $this->value = 0; + $this->value = "0"; } } -- libgit2 0.21.4