Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drtjmb committed Feb 17, 2015
1 parent b1c4ca0 commit 76fcc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/cfg.d/zz_rioxx2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@

if( $value && !EPrints::RIOXX2::Utils::is_iso_8601_date( $value ) )
{
push @problems, $repo->html_phrase( "rioxx2_validate_rioxx2_dateAccepted:not_iso_8601_date" );
return $repo->html_phrase( "rioxx2_validate_rioxx2_dateAccepted:not_iso_8601_date" );
}

return;
Expand Down

0 comments on commit 76fcc5e

Please sign in to comment.