diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-22 23:55:41 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-22 23:55:41 +0200 |
commit | 193743a4a65cee93941022896be6791cbadb979a (patch) | |
tree | cfa26bee5053c0add238fe621635954622546c04 /system | |
parent | fe61d63138f4534125e2250cc2f6809613fe9e90 (diff) |
Oops... fixed the fix I just fixed...
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Form_validation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 42ce433c7..427e62f7c 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -701,7 +701,7 @@ class CI_Form_validation { }
else
{
- return $label;
+ return $fieldname;
}
}
|