diff options
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ static void about_fn(void) | |||
66 | 66 | ||
67 | static void blame_fn(void) | 67 | static void blame_fn(void) |
68 | { | 68 | { |
69 | if (ctx.cfg.enable_blame) | 69 | if (ctx.repo->enable_blame) |
70 | cgit_print_blame(); | 70 | cgit_print_blame(); |
71 | else | 71 | else |
72 | cgit_print_error_page(403, "Forbidden", "Blame is disabled"); | 72 | cgit_print_error_page(403, "Forbidden", "Blame is disabled"); |