diff options
Diffstat (limited to 'mod/openid.php')
-rw-r--r-- | mod/openid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/openid.php b/mod/openid.php index b0f927f34..70da2690a 100644 --- a/mod/openid.php +++ b/mod/openid.php @@ -85,7 +85,7 @@ function openid_content(&$a) { $url = trim($_REQUEST['openid_identity'],'/'); if(strpos($url,'http') === false) $url = 'https://' . $url; - $pphoto = get_default_profile_photo(); + $pphoto = z_root() . '/' . get_default_profile_photo(); $parsed = @parse_url($url); if($parsed) { $host = $parsed['host']; |