From 41a149b74a4628a67ed2fd85b63cb81ba48a63f9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 17:04:37 -0400 Subject: fixup footer menu and fix syntax error in profile.php darcs-hash:20080520210437-84dde-1a8472f5b5cdde042975d669b0fdca5d6984f330.gz --- classes/Profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Profile.php') 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() { -- cgit v1.2.3-54-g00ecf