add missing return to module template
@ -16,6 +16,6 @@ class DefaultController extends Controller
{
public function actionIndex()
$this->render('index');
return $this->render('index');
}