aboutsummaryrefslogtreecommitdiffstats
path: root/include/socgraph.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/socgraph.php')
-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);