Merge bugfix for dirdir from werc-dev repo.

This commit is contained in:
uriel 2009-09-23 12:31:52 +02:00
commit dc8bae50f9

View File

@ -6,7 +6,12 @@ fn conf_enable_wiki {
fn dirdir_init {
if(! ~ $#enable_wiki 0 && check_user $wiki_editors_groups) {
dirdir_file=$local_path.md
lp=$local_path
# werc.rc doesn't append /index when $local_path doesn't exit
# maybe it should, but for now we can fix it up here.
if(~ $lp */)
lp=$lp^'index'
dirdir_file=$lp.md
dirdir_dir=$dirdir_file^'_werc/dirdir/'
if(~ 1 $#post_arg_dirdir_edit $#post_arg_dirdir_preview)