SimpleViewRenderer: fix indentation

This commit is contained in:
Thomas Gelf 2019-02-13 11:56:39 +01:00
parent f83f293c57
commit 15ae2da996

View File

@ -49,7 +49,7 @@ class SimpleViewRenderer extends Helper implements ValidHtml
{
if (null === $name) {
$name = null; // $this->getResponseSegment();
}
}
// Compat.
if (isset($this->_actionController)
&& get_class($this->_actionController) === 'Icinga\\Controllers\\ErrorController'