diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:37:34 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:37:34 +0000 |
commit | 66abb6624ecc6e82325629581db16d1221be4ba2 (patch) | |
tree | dafef2ad0058322faf274e90b41beb17ef9756e7 /modules/forge/libraries/Form_Submit.php | |
parent | a1c70d4a680e746af1798968d2fcdde2f5e44723 (diff) |
Update to Forge r171
Diffstat (limited to 'modules/forge/libraries/Form_Submit.php')
-rw-r--r-- | modules/forge/libraries/Form_Submit.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/forge/libraries/Form_Submit.php b/modules/forge/libraries/Form_Submit.php index eabcbeab..e056fcf5 100644 --- a/modules/forge/libraries/Form_Submit.php +++ b/modules/forge/libraries/Form_Submit.php @@ -27,10 +27,4 @@ class Form_Submit_Core extends Form_Input { return form::submit($data); } - public function validate() - { - // Submit buttons do not need to be validated - return $this->is_valid = TRUE; - } - } // End Form Submit
\ No newline at end of file |