From dd52aec243cd16f7ff05026b91f984788cafad56 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 23 Nov 2010 20:56:20 -0800 Subject: use optional openid photo for registration - if supplied --- include/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/auth.php') diff --git a/include/auth.php b/include/auth.php index 05d5dfd6f..7f45c6d58 100644 --- a/include/auth.php +++ b/include/auth.php @@ -114,7 +114,7 @@ else { // new account $_SESSION['register'] = 1; $openid->required = array('namePerson/friendly', 'contact/email', 'namePerson'); - $openid->optional = array('namePerson/first','media/image/aspect11'); + $openid->optional = array('namePerson/first','media/image/aspect11','media/image/default'); goaway($openid->authUrl()); // NOTREACHED } -- cgit v1.2.3