diff options
Diffstat (limited to 'lib/Minz/ActionController.php')
| -rw-r--r-- | lib/Minz/ActionController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/ActionController.php b/lib/Minz/ActionController.php index 12f14b0f4..350b3a9bb 100644 --- a/lib/Minz/ActionController.php +++ b/lib/Minz/ActionController.php @@ -51,7 +51,7 @@ abstract class Minz_ActionController { $this->view = $view ?? new Minz_View(); $view_path = Minz_Request::controllerName() . '/' . Minz_Request::actionName() . '.phtml'; $this->view->_path($view_path); - $this->view->attributeParams (); + $this->view->attributeParams(); } /** |
