Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 10, 2018
1 parent cbc17d4 commit a55abb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions.lib.php
Expand Up @@ -2021,7 +2021,7 @@ function dol_mktime($hour,$minute,$second,$month,$day,$year,$gm=false,$check=1)
}
else
{
dol_print_error('','PHP version must be 5.3+');
dol_print_error('','PHP version must be 5.4+');
return '';
}
}
Expand Down

0 comments on commit a55abb4

Please sign in to comment.