diff --git a/src/View/CrudView.php b/src/View/CrudView.php index 56a590f2..6d9bd41d 100644 --- a/src/View/CrudView.php +++ b/src/View/CrudView.php @@ -201,7 +201,7 @@ protected function _getViewFileName($name = null) $this->subDir = null; $this->templatePath = 'Scaffold'; - return parent::_getViewFileName($this->template); + return parent::_getViewFileName($name); } } }