aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-07-13 21:51:26 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-07-13 21:51:26 +0100
commit3402fa5715179816f3d1807518309fc4f25467eb (patch)
tree1d0ef247547e999cb6a96f18557d51e488107aca /include/conversation.php
parente03f2a97b6718e6aa72c46b9517a79e13dd7823b (diff)
downloadvolse-hubzilla-3402fa5715179816f3d1807518309fc4f25467eb.tar.gz
volse-hubzilla-3402fa5715179816f3d1807518309fc4f25467eb.tar.bz2
volse-hubzilla-3402fa5715179816f3d1807518309fc4f25467eb.zip
Quotes on strings. Dunno why it worked without.
Diffstat (limited to 'include/conversation.php')
-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'))