From 9e5f4243941f3e7f3290698d1072895c1019d917 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Mar 2014 23:45:21 -0700 Subject: typo --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/conversation.php b/include/conversation.php index 294c7e3e3..a6e81dd7f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1416,7 +1416,7 @@ function network_tabs() { ); } - if(feature_enable(local_user(),'new_tab')) { + if(feature_enabled(local_user(),'new_tab')) { $tabs[] = array( 'label' => t('New'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), -- cgit v1.2.3