mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-31 16:59:22 -04:00
form::close() went away in Kohana 2.4
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user