diff options
author | friendica <info@friendica.com> | 2013-03-26 19:37:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-26 19:37:33 -0700 |
commit | abd58bce6899aff274be2e24db08cca46c4b135b (patch) | |
tree | 40ac189ca599658223d25cea5712786e54b9474b /index.php | |
parent | 63c6427dc42318d0ae6d000ec52fa80c7582d1d4 (diff) | |
download | volse-hubzilla-abd58bce6899aff274be2e24db08cca46c4b135b.tar.gz volse-hubzilla-abd58bce6899aff274be2e24db08cca46c4b135b.tar.bz2 volse-hubzilla-abd58bce6899aff274be2e24db08cca46c4b135b.zip |
set hidden flags on new directory entries, not just existing ones
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ if($a->module_loaded) { // If $aside_default is not False after the theme _aside() function, run the // module's _aside() function too // - // This gives themes more control over how the left sidebar looks + // This gives themes more control over how the sidebar looks $aside_default = true; call_hooks($a->module . '_mod_aside',$placeholder); |