This commit is contained in:
redmatrix
2015-07-07 16:50:25 -07:00
15 changed files with 80 additions and 87 deletions

View File

@@ -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;
}
}