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