diff options
| -rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1711,7 +1711,7 @@ xs_list *history_list(snac *snac) | |||
| 1711 | { | 1711 | { |
| 1712 | xs *spec = xs_fmt("%s/history/" "*.html", snac->basedir); | 1712 | xs *spec = xs_fmt("%s/history/" "*.html", snac->basedir); |
| 1713 | 1713 | ||
| 1714 | return xs_glob(spec, 1, 0); | 1714 | return xs_glob(spec, 1, 1); |
| 1715 | } | 1715 | } |
| 1716 | 1716 | ||
| 1717 | 1717 | ||