From 39459c2d6514109fe37c0ecc25fcfcd15f10acc8 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Jan 2015 18:22:15 -0800 Subject: undo these bits of trinidad - we're going to do things differently --- include/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/follow.php') diff --git a/include/follow.php b/include/follow.php index b763321c2..1abd0e3b9 100644 --- a/include/follow.php +++ b/include/follow.php @@ -131,7 +131,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) } else { if(! ($is_http)) { - if(! intval(get_config('system','diaspora_enabled')) || defined('TRINIDAD')) { + if(! intval(get_config('system','diaspora_enabled'))) { $result['message'] = t('Protocol disabled.'); return $result; } -- cgit v1.2.3