aboutsummaryrefslogtreecommitdiffstats
path: root/mod/openid.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-11 21:49:29 -0700
committerfriendica <info@friendica.com>2015-03-11 21:49:29 -0700
commit76fedfe1f89e671c625598d48508195bab98e969 (patch)
treebd9453aa506658588226c40eb86a3e3302f60386 /mod/openid.php
parent64ae17aa6a1bdbc3933422272a391d4e3662f59b (diff)
downloadvolse-hubzilla-76fedfe1f89e671c625598d48508195bab98e969.tar.gz
volse-hubzilla-76fedfe1f89e671c625598d48508195bab98e969.tar.bz2
volse-hubzilla-76fedfe1f89e671c625598d48508195bab98e969.zip
openid stuff
Diffstat (limited to 'mod/openid.php')
-rw-r--r--mod/openid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/openid.php b/mod/openid.php
index 9752db440..1af95a81c 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'];