Show
Ignore:
Timestamp:
12/10/2007 10:47:17 AM (12 months ago)
Author:
Shadowhand
Message:

Removing scheme from the output message.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Validation.php

    r1433 r1483  
    860860                        return TRUE; 
    861861 
    862                 $this->add_error('valid_url', $this->current_field, $scheme, $url); 
     862                $this->add_error('valid_url', $this->current_field, $url); 
    863863                return FALSE; 
    864864        }