]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
fixed daily links if there are no links 951/head
authorWilli Eggeling <thewilli@gmail.com>
Sun, 27 Aug 2017 17:36:48 +0000 (19:36 +0200)
committerWilli Eggeling <thewilli@gmail.com>
Wed, 30 Aug 2017 10:42:58 +0000 (12:42 +0200)
commit5a0045be79644078150957a65bc2c6aa9a6871b0
tree816e05815a631b1b1438e2a2f28e6c480dd7d46d
parentfc27141cf6eb04d3d8714385cb6961a8063fe61b
fixed daily links if there are no links

- the previous code tried to use links from a previous day if there are no one for the current one
- the new code skips this part if there are no entries (i.e. days) at all
- modified showDaily() to fit PSR-1 and PSR-2
index.php