diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-07-13 21:51:26 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-07-13 21:51:26 +0100 |
commit | 3402fa5715179816f3d1807518309fc4f25467eb (patch) | |
tree | 1d0ef247547e999cb6a96f18557d51e488107aca /include | |
parent | e03f2a97b6718e6aa72c46b9517a79e13dd7823b (diff) | |
download | volse-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')
-rw-r--r-- | include/conversation.php | 2 |
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')) |