aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 49415c776..5481037e7 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1477,7 +1477,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
$uid = (($a->profile['profile_uid']) ? $a->profile['profile_uid'] : local_user());
- if (get_pconfig($uid,system,noprofiletabs))
+ if (get_pconfig($uid,'system','noprofiletabs'))
return;
if(x($_GET,'tab'))