aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-08-24 22:18:46 +0100
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-08-24 23:18:19 +0100
commit2cf26fd709efa802b93109935b4203590d549810 (patch)
tree321876c6efbb769d8b207721b349d08916936e01
parentb6fcb1cb0ef27e5a63184440675d465fad652acf (diff)
downloadikiwiki-2cf26fd709efa802b93109935b4203590d549810.tar
ikiwiki-2cf26fd709efa802b93109935b4203590d549810.tar.gz
Don't bother to save {depends} to the index
As per Joey's review.
-rw-r--r--IkiWiki.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 3e94c8a25..734b167cf 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -1557,7 +1557,6 @@ sub saveindex () {
};
if (exists $depends{$page}) {
- $index{page}{$src}{depends} = join(" or ", @{$depends{$page}});
$index{page}{$src}{dependslist} = $depends{$page};
}