From 59d1afce6272c7703b722460803b88f092c2a71d Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 22 Jan 2013 13:11:29 -0800 Subject: [PATCH] Another datepicker fix --- e107_handlers/date_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/date_handler.php b/e107_handlers/date_handler.php index a8997f4b1..fd0b47d99 100644 --- a/e107_handlers/date_handler.php +++ b/e107_handlers/date_handler.php @@ -79,7 +79,7 @@ class convert default: if(strpos($mask, '%') === FALSE) { - $mask = $this->toMask($mask); + $mask = $this->toMask($mask,true); } break; }