diff options
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket585.php')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket585.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php index 638b7453..e5b08036 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket585.php +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket585.php @@ -5,7 +5,7 @@ class Ticket585 extends TPage public function ChkDate ($sender, $param) { - if ($param->Value == "15-03-2007") + if ($param->Value && date('d-m-Y', $param->Value) == "15-03-2007") { $param->IsValid=false; } |