Fix rawurlencode call
This commit is contained in:
parent
b8c2c33086
commit
13d954a956
|
@ -472,7 +472,8 @@ class ActionController extends Zend_Controller_Action
|
|||
}
|
||||
$resp->setHeader(
|
||||
'X-Icinga-Title',
|
||||
rawurlencode($this->view->title . ' :: Icinga Web', true)
|
||||
rawurlencode($this->view->title . ' :: Icinga Web'),
|
||||
true
|
||||
);
|
||||
} else {
|
||||
$resp->setHeader('X-Icinga-Title', rawurlencode('Icinga Web'), true);
|
||||
|
|
Loading…
Reference in New Issue