aboutsummaryrefslogtreecommitdiffstats
path: root/include/taxonomy.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-07 16:50:25 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-07 16:50:25 -0700
commit6b41074396f72f8c47e3d6479b1035cde4a5c7f8 (patch)
tree4c1a32fcd5c5c5db13c4418241af974d9dedd5d2 /include/taxonomy.php
parent7db1bd23f0056a5918f6f1657fdc3a968c18574e (diff)
parentf6cf992aee86e69d1ea5790c22d4af40c266d79e (diff)
downloadvolse-hubzilla-6b41074396f72f8c47e3d6479b1035cde4a5c7f8.tar.gz
volse-hubzilla-6b41074396f72f8c47e3d6479b1035cde4a5c7f8.tar.bz2
volse-hubzilla-6b41074396f72f8c47e3d6479b1035cde4a5c7f8.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
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 ea41369ad..de2874f9d 100644
--- a/include/taxonomy.php
+++ b/include/taxonomy.php
@@ -278,7 +278,7 @@ function dir_tagblock($link,$r) {
$o = '';
$observer = get_observer_hash();
- if(! get_globaldir_setting($observer))
+ if(! get_directory_setting($observer, 'globaldir'))
return $o;
@@ -409,4 +409,4 @@ function get_things($profile_hash,$uid) {
//logger('things: ' . print_r($sorted_things,true));
return $sorted_things;
-} \ No newline at end of file
+}