diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -2783,6 +2783,8 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 2783 | 2783 | ||
| 2784 | /* get a possible error message */ | 2784 | /* get a possible error message */ |
| 2785 | const char *error = xs_dict_get(q_vars, "error"); | 2785 | const char *error = xs_dict_get(q_vars, "error"); |
| 2786 | if (error != NULL) | ||
| 2787 | cache = 0; | ||
| 2786 | 2788 | ||
| 2787 | /* a show of 0 has no sense */ | 2789 | /* a show of 0 has no sense */ |
| 2788 | if (show == 0) | 2790 | if (show == 0) |