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"; } }