diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-07 22:29:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-07 22:29:27 +0200 |
commit | f67d9d59afea32a90ea546163da25e36cc4ad9fb (patch) | |
tree | a9bf8aae9c798226dfadab62e1af168e2d61b2e2 /include/taxonomy.php | |
parent | 9c577e042292bd8227b40f9500d19eecd974a8e4 (diff) | |
download | volse-hubzilla-f67d9d59afea32a90ea546163da25e36cc4ad9fb.tar.gz volse-hubzilla-f67d9d59afea32a90ea546163da25e36cc4ad9fb.tar.bz2 volse-hubzilla-f67d9d59afea32a90ea546163da25e36cc4ad9fb.zip |
rename function get_directory_settings => get_directory_setting and move sort options to directory title bar
Diffstat (limited to 'include/taxonomy.php')
-rw-r--r-- | include/taxonomy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php index 135843614..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_directory_settings($observer, 'globaldir')) + if(! get_directory_setting($observer, 'globaldir')) return $o; |