set hidden flags on new directory entries, not just existing ones

This commit is contained in:
friendica
2013-03-26 19:37:33 -07:00
parent 63c6427dc4
commit abd58bce68
3 changed files with 29 additions and 6 deletions

View File

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