form::close() went away in Kohana 2.4

This commit is contained in:
Bharat Mediratta
2009-11-25 19:24:30 -08:00
parent 60c20b0045
commit 5f521014f6

View File

@@ -299,7 +299,7 @@ class Forge_Core {
// Set the form open and close
$form->open = form::$form_type(arr::remove('action', $this->attr), $this->attr, $hidden);
$form->close = form::close();
$form->close = "</form>";
// Set the inputs
$form->inputs = $this->inputs;