diff options
Diffstat (limited to 'classes/Profile.php')
-rw-r--r-- | classes/Profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Profile.php b/classes/Profile.php index d91bcf3ed..9cb486a48 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -84,7 +84,7 @@ class Profile extends DB_DataObject function validateHomepage() { return (strlen($this->homepage) == 0) || - Validate::uri($this->homepage, array('allowed_schemes' => array('http', 'https')))); + Validate::uri($this->homepage, array('allowed_schemes' => array('http', 'https'))); } function validateBio() { |