aboutsummaryrefslogtreecommitdiffstats
path: root/include/taxonomy.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-07 16:48:54 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-07 16:48:54 -0700
commit09e365c797a6e63b2028e5980b32b52551f774db (patch)
tree27598390e6724365b572920e5c843273f9cbf498 /include/taxonomy.php
parent78f0138270347d3e9621ba7b5cdffbc7fc34a48b (diff)
parentf6cf992aee86e69d1ea5790c22d4af40c266d79e (diff)
downloadvolse-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.php4
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
+}