diff options
Diffstat (limited to 'classes/Remote_profile.php')
-rw-r--r-- | classes/Remote_profile.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/Remote_profile.php b/classes/Remote_profile.php index 960372405..ea2f6d859 100644 --- a/classes/Remote_profile.php +++ b/classes/Remote_profile.php @@ -40,9 +40,4 @@ class Remote_profile extends DB_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - - function validateUrl() { - return is_null($this->url) || - Validate::uri($this->url, array('allowed_schemes' => array('http', 'https'))); - } } |