diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -904,6 +904,8 @@ int main(int argc, const char **argv) | |||
904 | const char *path; | 904 | const char *path; |
905 | int err, ttl; | 905 | int err, ttl; |
906 | 906 | ||
907 | cgit_init_filters(); | ||
908 | |||
907 | prepare_context(&ctx); | 909 | prepare_context(&ctx); |
908 | cgit_repolist.length = 0; | 910 | cgit_repolist.length = 0; |
909 | cgit_repolist.count = 0; | 911 | cgit_repolist.count = 0; |