Changeset 2121

Show
Ignore:
Timestamp:
02/21/2008 07:39:00 PM (9 months ago)
Author:
Shadowhand
Message:

Merged r2120 into releases/2.1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/modules/forge/libraries/Forge.php

    r1923 r2121  
    218218 
    219219                        $data = array(); 
    220                         foreach ($this->inputs as $input) 
     220                        foreach (array_merge($this->hidden, $this->inputs) as $input) 
    221221                        { 
    222222                                $data[$input->name] = $input;