Skip to content

Commit

Permalink
Merge pull request #1947 from tomudding/fix/time-diff-calculation
Browse files Browse the repository at this point in the history
fix: time diff calculation
  • Loading branch information
tomudding authored Dec 16, 2024
2 parents 63e939a + aa43216 commit b920c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/Application/src/View/Helper/TimeDiff.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public function __invoke(
if (
0 === $diff['year']
&& 0 === $diff['month']
&& 0 === $diff['week']
&& 0 === $diff['day']
) {
if (
Expand Down

0 comments on commit b920c42

Please sign in to comment.