diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index 3302f590..3dbf98bb 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -51,8 +51,8 @@ class Forms { $form = ''; $form .= Form::open(null, ['id' => 'form']); - $form .= $this->csrfHiddenField(); - $form .= $this->actionHiddenField(); + $form .= $this->_csrfHiddenField(); + $form .= $this->_actionHiddenField(); if (count($fieldset['sections']) > 0) { $form .= '