diff options
author | friendica <info@friendica.com> | 2013-01-01 01:57:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-01 01:57:20 -0800 |
commit | 93d85858d556e64fa86befa859ee01241a0a2754 (patch) | |
tree | 452c7c63e3555794458e2af8090197f9b49837be /include/socgraph.php | |
parent | 6accc190d4041c1dd859f36560f93a019ce197ee (diff) | |
download | volse-hubzilla-93d85858d556e64fa86befa859ee01241a0a2754.tar.gz volse-hubzilla-93d85858d556e64fa86befa859ee01241a0a2754.tar.bz2 volse-hubzilla-93d85858d556e64fa86befa859ee01241a0a2754.zip |
poco discovery
Diffstat (limited to 'include/socgraph.php')
-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 4fe9eaf90..a878c1683 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -20,7 +20,7 @@ require_once('include/datetime.php'); -function poco_load($cid,$uid = 0,$zcid = 0,$url = null) { +function poco_load($cid, $uid = 0,$zcid = 0,$url = null) { $a = get_app(); if($cid) { |