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