1
0
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:
Cameron
2013-01-22 13:11:29 -08:00
parent 549e000d0c
commit 59d1afce62

View File

@@ -79,7 +79,7 @@ class convert
default:
if(strpos($mask, '%') === FALSE)
{
$mask = $this->toMask($mask);
$mask = $this->toMask($mask,true);
}
break;
}