]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
cgit_open_filter: also take the repo as a parameter
[ps-cgit] / ui-summary.c
index 5be2545c398ca7f7ac715991e58b90b52f32e636..1e9a1b6daec6120c46148752b5afc8ec18e41691 100644 (file)
@@ -113,7 +113,7 @@ void cgit_print_repo_readme(char *path)
         */
        html("<div id='summary'>");
        if (ctx.repo->about_filter)
-               cgit_open_filter(ctx.repo->about_filter);
+               cgit_open_filter(ctx.repo->about_filter, ctx.repo);
        if (ref)
                cgit_print_file(tmp, ref);
        else