diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index d7156becc..571f0792f 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -505,7 +505,7 @@ class ActionController extends Zend_Controller_Action */ protected function renderBenchmark() { - $this->render(); + $this->_helper->viewRenderer->postDispatch(); Benchmark::measure('Response ready'); return Benchmark::renderToHtml(); }