Update to Forge r171

This commit is contained in:
Bharat Mediratta
2009-01-12 07:37:34 +00:00
parent a1c70d4a68
commit 66abb6624e
-6
View File
@@ -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