diff options
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' => ''); |