aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-29 23:45:21 -0700
committerfriendica <info@friendica.com>2014-03-29 23:45:21 -0700
commit9e5f4243941f3e7f3290698d1072895c1019d917 (patch)
tree547f40ea41f6f04a90ee0590ef4c9f68c1642b5f /include
parent0b7588b1eb61053a92c71046a12c169300b7fff4 (diff)
downloadvolse-hubzilla-9e5f4243941f3e7f3290698d1072895c1019d917.tar.gz
volse-hubzilla-9e5f4243941f3e7f3290698d1072895c1019d917.tar.bz2
volse-hubzilla-9e5f4243941f3e7f3290698d1072895c1019d917.zip
typo
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
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'] : ''),