We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6def6 commit 1cd6a20Copy full SHA for 1cd6a20
lib/widget/sfWidgetFormTime.class.php
@@ -72,7 +72,7 @@ public function render($name, $value = null, $attributes = array(), $errors = ar
72
}
73
else
74
{
75
- $value = ctype_digit( (string) $value) ? (integer) $value : strtotime( (string) $value);
+ $value = ctype_digit((string) $value) ? (integer) $value : strtotime((string) $value);
76
if (false === $value)
77
78
$value = $default;
0 commit comments