Show
Ignore:
Timestamp:
12/20/2007 03:50:41 PM (13 months ago)
Author:
Shadowhand
Message:

Updated Forge to handle GET forms as well as POST forms.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Dateselect.php

    r1522 r1594  
    108108        protected function load_value() 
    109109        { 
    110                 if (empty($_POST)) 
     110                if (is_bool($this->valid)) 
    111111                        return; 
    112112 
    113                 $time = self::$input->post($this->name); 
     113                $time = $this->input_value($this->name); 
    114114 
    115115                // Make sure all the required inputs keys are set