From 3402fa5715179816f3d1807518309fc4f25467eb Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 13 Jul 2014 21:51:26 +0100 Subject: Quotes on strings. Dunno why it worked without. --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') 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')) -- cgit v1.2.3