Ticket #704 (closed Bug: fixed)
Hidden fields empty in Forge
| Reported by: | littfed | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Modules:Forge | Version: | SVN HEAD |
| Keywords: | Cc: |
Description
All hidden fields are empty, because it's not validate. File: Forge.php line 159
foreach ($this->inputs as $input)
I replace with:
foreach (array_merge($this->hidden, $this->inputs) as $input)
Now, it's work with hidden fields...
Change History
Note: See
TracTickets for help on using
tickets.
