Loading src/Helpers/Build.php +2 −2 Original line number Diff line number Diff line Loading @@ -183,8 +183,8 @@ return true; } // Valid build if no current build specified if ($currentBuild->getTimestamp() > $this->getTimestamp()) { return false; // Invalid build if timestamp older if ($currentBuild->getTimestamp() >= $this->getTimestamp()) { return false; // Invalid build if timestamp older or equal(same build invalid) } return(version_compare($currentBuild->getVersion(), $this->getVersion(), "<=")); Loading Loading
src/Helpers/Build.php +2 −2 Original line number Diff line number Diff line Loading @@ -183,8 +183,8 @@ return true; } // Valid build if no current build specified if ($currentBuild->getTimestamp() > $this->getTimestamp()) { return false; // Invalid build if timestamp older if ($currentBuild->getTimestamp() >= $this->getTimestamp()) { return false; // Invalid build if timestamp older or equal(same build invalid) } return(version_compare($currentBuild->getVersion(), $this->getVersion(), "<=")); Loading