diff options
author | friendica <info@friendica.com> | 2012-10-31 21:58:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-31 21:58:17 -0700 |
commit | 1b74753c115ddae3f71f51e5d6462fef7771392f (patch) | |
tree | 6ffe04c21a1f7533bdb83e5e6b6955fed7da9d1e /include | |
parent | 77c30972cbdba4f1b29cdce05c362dd1975dfc41 (diff) | |
download | volse-hubzilla-1b74753c115ddae3f71f51e5d6462fef7771392f.tar.gz volse-hubzilla-1b74753c115ddae3f71f51e5d6462fef7771392f.tar.bz2 volse-hubzilla-1b74753c115ddae3f71f51e5d6462fef7771392f.zip |
typo
Diffstat (limited to 'include')
-rw-r--r-- | include/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/follow.php b/include/follow.php index 8bea21ebc..47163fb73 100644 --- a/include/follow.php +++ b/include/follow.php @@ -11,7 +11,7 @@ require_once('include/zot.php'); -function new_contact($uid,$url,$channel.$interactive = false) { +function new_contact($uid,$url,$channel,$interactive = false) { $result = array('success' => false,'message' => ''); |