aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-28 18:07:31 -0800
committerfriendica <info@friendica.com>2013-01-28 18:07:31 -0800
commit89c6fc939d9672df0ddb0aa5ba880d5abca689b7 (patch)
treefe86c8faac8284e1fc9d46d78e92ed82f43c88dd /include
parent4c5d2fe0fe4466fbcb142afa019e29a67df0b38b (diff)
downloadvolse-hubzilla-89c6fc939d9672df0ddb0aa5ba880d5abca689b7.tar.gz
volse-hubzilla-89c6fc939d9672df0ddb0aa5ba880d5abca689b7.tar.bz2
volse-hubzilla-89c6fc939d9672df0ddb0aa5ba880d5abca689b7.zip
Someday the social graph will work, but alas not today. Add more debugging.
Diffstat (limited to 'include')
-rw-r--r--include/socgraph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php
index dd7fa90d4..b6d32e52d 100644
--- a/include/socgraph.php
+++ b/include/socgraph.php
@@ -37,7 +37,7 @@ function poco_load($xchan = null,$url = null) {
}
- $url = $url . '?fields=displayName,hash,urls,photos' ;
+ $url = $url . '?f=&fields=displayName,hash,urls,photos' ;
logger('poco_load: ' . $url, LOGGER_DEBUG);