aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-26 19:37:33 -0700
committerfriendica <info@friendica.com>2013-03-26 19:37:33 -0700
commitabd58bce6899aff274be2e24db08cca46c4b135b (patch)
tree40ac189ca599658223d25cea5712786e54b9474b /index.php
parent63c6427dc42318d0ae6d000ec52fa80c7582d1d4 (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 8d59a8a8e..95b7c78a9 100644
--- a/index.php
+++ b/index.php
@@ -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);