diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 21:41:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 21:41:37 +0200 |
commit | 9c577e042292bd8227b40f9500d19eecd974a8e4 (patch) | |
tree | f5d873e58e5f9ac55b5b071dc2e4a8a594cabcd6 /include/taxonomy.php | |
parent | cc7eaa0d050cde57024eb7baff042513479ed0c4 (diff) | |
download | volse-hubzilla-9c577e042292bd8227b40f9500d19eecd974a8e4.tar.gz volse-hubzilla-9c577e042292bd8227b40f9500d19eecd974a8e4.tar.bz2 volse-hubzilla-9c577e042292bd8227b40f9500d19eecd974a8e4.zip |
make public forums only setting sticky and simplify function to get directory settings
Diffstat (limited to 'include/taxonomy.php')
-rw-r--r-- | include/taxonomy.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php index fa540ac56..135843614 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -276,7 +276,7 @@ function dir_tagblock($link,$r) { $o = ''; $observer = get_observer_hash(); - if(! get_globaldir_setting($observer)) + if(! get_directory_settings($observer, 'globaldir')) return $o; @@ -407,4 +407,4 @@ function get_things($profile_hash,$uid) { //logger('things: ' . print_r($sorted_things,true)); return $sorted_things; -}
\ No newline at end of file +} |