mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
commit
9a66137e65
1 changed files with 1 additions and 1 deletions
|
@ -1888,7 +1888,7 @@ class FormHelper extends AppHelper {
|
|||
}
|
||||
|
||||
$previousLastAction = $this->_lastAction;
|
||||
$this->_lastAction($url);
|
||||
$this->_lastAction($formUrl);
|
||||
|
||||
$out = $this->Html->useTag('form', $formUrl, $formOptions);
|
||||
$out .= $this->Html->useTag('hidden', '_method', array(
|
||||
|
|
Loading…
Reference in a new issue