Commit a2ffc9b71cdc0d77b55597c770457a5454f66210
1 parent
40872561
KTS-1615
"Bad Default" Fixed. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6196 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTWidgets.php
| @@ -188,7 +188,7 @@ class KTCoreSelectionWidget extends KTWidget { | @@ -188,7 +188,7 @@ class KTCoreSelectionWidget extends KTWidget { | ||
| 188 | 188 | ||
| 189 | // make sure its the selected one if there's no value specified. | 189 | // make sure its the selected one if there's no value specified. |
| 190 | if (empty($this->value)) { | 190 | if (empty($this->value)) { |
| 191 | - $this->value = 0; | 191 | + $this->value = "0"; |
| 192 | } | 192 | } |
| 193 | } | 193 | } |
| 194 | 194 |