Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Classic UI: Fixed typo in notification_period link in config.cgi
Browse files Browse the repository at this point in the history
Refs: #11929
Whathecommit: Too lazy to write descriptive message
  • Loading branch information
bb-Ricardo committed Jun 23, 2016
1 parent a517a1b commit e99110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi/config.c
Expand Up @@ -1112,7 +1112,7 @@ void display_hosts(void) {
if (temp_host->notification_period == NULL)
printf(" ");
else
printf("<a href='%s?type=timeperiods&amp;irem_name=%s'>%s</a>", CONFIG_CGI, url_encode(temp_host->notification_period), html_encode(temp_host->notification_period, FALSE));
printf("<a href='%s?type=timeperiods&amp;item_name=%s'>%s</a>", CONFIG_CGI, url_encode(temp_host->notification_period), html_encode(temp_host->notification_period, FALSE));
printf("</td>\n");

printf("<td class='%s'>", bg_class);
Expand Down

0 comments on commit e99110b

Please sign in to comment.