mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Another datepicker fix
This commit is contained in:
@@ -79,7 +79,7 @@ class convert
|
|||||||
default:
|
default:
|
||||||
if(strpos($mask, '%') === FALSE)
|
if(strpos($mask, '%') === FALSE)
|
||||||
{
|
{
|
||||||
$mask = $this->toMask($mask);
|
$mask = $this->toMask($mask,true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user