Commit d13fd1b
Don't compare years greater than as string
The date returned by `format('Y')` should be an integer which would make php change 2015 into an integer but it's a bit weird not to just do that ourselves.1 parent ed36542 commit d13fd1b
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments