aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-31 21:58:17 -0700
committerfriendica <info@friendica.com>2012-10-31 21:58:17 -0700
commit1b74753c115ddae3f71f51e5d6462fef7771392f (patch)
tree6ffe04c21a1f7533bdb83e5e6b6955fed7da9d1e /include/follow.php
parent77c30972cbdba4f1b29cdce05c362dd1975dfc41 (diff)
downloadvolse-hubzilla-1b74753c115ddae3f71f51e5d6462fef7771392f.tar.gz
volse-hubzilla-1b74753c115ddae3f71f51e5d6462fef7771392f.tar.bz2
volse-hubzilla-1b74753c115ddae3f71f51e5d6462fef7771392f.zip
typo
Diffstat (limited to 'include/follow.php')
-rw-r--r--include/follow.php2
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' => '');