Private GIT

Skip to content
Snippets Groups Projects
Commit a17bd84a authored by Kevin Duret's avatar Kevin Duret
Browse files

fix kb link to servicew with spaces

parent bcb78eb1
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ class procedures_Proxy { ...@@ -87,6 +87,7 @@ class procedures_Proxy {
/* /*
* Check Service * Check Service
*/ */
$service_description = str_replace(' ', '_', $service_description);
if (isset($procList["Service:" . trim($host_name."_".$service_description)])) { if (isset($procList["Service:" . trim($host_name."_".$service_description)])) {
$this->url = $this->wikiUrl . "/index.php?title=Service:".$host_name."_".$service_description; $this->url = $this->wikiUrl . "/index.php?title=Service:".$host_name."_".$service_description;
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment