diff --git a/system/view.php b/system/view.php index bdde377f..c15da3f2 100644 --- a/system/view.php +++ b/system/view.php @@ -163,7 +163,7 @@ private function compose() if ( ! is_null($composer = $this->find_composer_handler($composer))) { - return call_user_func($composer, $this); + call_user_func($composer, $this); } } }