Rename $wiki to $enable_wiki to be consistent with $enable_comments, also add a note that dirdir templates should move from lib/_apps/dirdir/ to apps/diridri/

This commit is contained in:
Uriel 2009-01-20 03:38:48 +01:00
parent 69502370b3
commit 9f1f4ca37f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
fn dirdir_init {
if(! ~ $#wiki 0 && test -f $local_path.md && check_user $wiki_editors_group)
if(! ~ $#enable_wiki 0 && test -f $local_path.md && check_user $wiki_editors_group)
ll_add handlers_bar_left dirdir_controls
}