diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:17:24 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-12 07:17:24 +0000 |
commit | af992a97392f810b375f4e5a370e04e7e51617a5 (patch) | |
tree | 14a23ad5000f40b3f3e8bfa88791a01c10d0791a | |
parent | 73d97f6c74b12b448e52966c0f5c90d8fd6cbaf1 (diff) |
Update forge to r170
-rw-r--r-- | modules/forge/libraries/Form_Submit.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/forge/libraries/Form_Submit.php b/modules/forge/libraries/Form_Submit.php index 6735a0f6..eabcbeab 100644 --- a/modules/forge/libraries/Form_Submit.php +++ b/modules/forge/libraries/Form_Submit.php @@ -19,11 +19,6 @@ class Form_Submit_Core extends Form_Input { protected $protect = array('type'); - public function __construct($value) - { - $this->data['value'] = $value; - } - public function render() { $data = $this->data; |