diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-07 16:48:54 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-07 16:48:54 -0700 |
commit | 09e365c797a6e63b2028e5980b32b52551f774db (patch) | |
tree | 27598390e6724365b572920e5c843273f9cbf498 /include/taxonomy.php | |
parent | 78f0138270347d3e9621ba7b5cdffbc7fc34a48b (diff) | |
parent | f6cf992aee86e69d1ea5790c22d4af40c266d79e (diff) | |
download | volse-hubzilla-09e365c797a6e63b2028e5980b32b52551f774db.tar.gz volse-hubzilla-09e365c797a6e63b2028e5980b32b52551f774db.tar.bz2 volse-hubzilla-09e365c797a6e63b2028e5980b32b52551f774db.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
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..a5da190d4 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_setting($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 +} |