Changeset 2704

Show
Ignore:
Timestamp:
05/28/2008 04:54:22 PM (6 months ago)
Author:
Shadowhand
Message:

Fixing #552, thanks bakura.

Files:
1 modified

Legend:

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

    r2038 r2704  
    2727                { 
    2828                        // Return the value if the checkbox is checked 
    29                         return $this->data['checked'] ? $this->data['value'] : FALSE; 
     29                        return $this->data['checked'] ? $this->data['value'] : NULL; 
    3030                } 
    3131