diff options
Diffstat (limited to 'include/follow.php')
-rw-r--r-- | include/follow.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/follow.php b/include/follow.php index dd43c7c4c..0c3973175 100644 --- a/include/follow.php +++ b/include/follow.php @@ -17,7 +17,6 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) $result = array('success' => false,'message' => ''); - $a = get_app(); $is_red = false; $is_http = ((strpos($url,'://') !== false) ? true : false); |