forked from GNUsocial/gnu-social
fixup footer menu and fix syntax error in profile.php
darcs-hash:20080520210437-84dde-1a8472f5b5cdde042975d669b0fdca5d6984f330.gz
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user