-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -253,4 +253,6 @@ static void querystring_cb(const char *name, const char *value) | |||
253 | } else if (!strcmp(name, "context")) { | 253 | } else if (!strcmp(name, "context")) { |
254 | ctx.qry.context = atoi(value); | 254 | ctx.qry.context = atoi(value); |
255 | } else if (!strcmp(name, "ignorews")) { | ||
256 | ctx.qry.ignorews = atoi(value); | ||
255 | } | 257 | } |
256 | } | 258 | } |