commit | 193743a4a65cee93941022896be6791cbadb979a | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Mon Sep 22 21:55:41 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Mon Sep 22 21:55:41 2008 +0000 |
tree | cfa26bee5053c0add238fe621635954622546c04 | |
parent | fe61d63138f4534125e2250cc2f6809613fe9e90 [diff] [blame] |
Oops... fixed the fix I just fixed...
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 42ce433..427e62f 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php
@@ -701,7 +701,7 @@ } else { - return $label; + return $fieldname; } }