mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
Remove checks against EBOOK_EARLIEST_CREATION_DATE
This commit is contained in:
parent
432723eafe
commit
6bec232d37
6 changed files with 6 additions and 7 deletions
|
@ -37,7 +37,7 @@ class GitCommit{
|
|||
}
|
||||
|
||||
if(isset($this->Created)){
|
||||
if($this->Created > $now || $this->Created < EBOOK_EARLIEST_CREATION_DATE){
|
||||
if($this->Created > $now){
|
||||
$error->Add(new Exceptions\InvalidGitCommitCreatedDatetimeException($this->Created));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue