Skip to content

Commit e0b354d

Browse files
committed
Merge branch 'development' of github.com:ColdBox/coldbox-platform into development
2 parents 0313db6 + 7a273e5 commit e0b354d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/async/time/DateTimeHelper.cfc

-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ component singleton {
294294
*/
295295
string function validateTime( required string time ){
296296
if ( !reFind( "^([0-1][0-9]|[2][0-3])\:[0-5][0-9]$", arguments.time ) ) {
297-
298297
if ( findOneOf( arguments.time.toString(), ":" ) > 0 ) {
299298
throw(
300299
message = "Invalid time representation (#arguments.time#). Time is represented in 24 hour minute format => HH:mm",

0 commit comments

Comments
 (0)