diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/socgraph.php | 2 |
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); |