mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-05 04:29:09 -04:00
Update hidden field format to match Kohana 2.4's form::open() API.
This commit is contained in:
@@ -277,7 +277,8 @@ class Forge_Core {
|
||||
{
|
||||
foreach ($this->hidden as $input)
|
||||
{
|
||||
$hidden[$input->name] = $input->value;
|
||||
$hidden['name'] = $input->name;
|
||||
$hidden['value'] = $input->value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user