summaryrefslogtreecommitdiff
path: root/.library/IkiWiki/Plugin
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2010-10-12 19:19:39 +0200
committerArne Babenhauserheide <arne_bab@web.de>2010-10-12 19:19:39 +0200
commita3b989c2749ae8b6a69145184f9051c907e3ceb0 (patch)
tree0c2f3efd66d6991e88e8202ab8a80cb257e98e33 /.library/IkiWiki/Plugin
parent4f16a009926ea28a7be6a192126a75a206ad9f45 (diff)
parent8a86419c2083bcec0cd86e65376fb183c55a6c3c (diff)
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to '.library/IkiWiki/Plugin')
-rw-r--r--.library/IkiWiki/Plugin/getfield.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/.library/IkiWiki/Plugin/getfield.pm b/.library/IkiWiki/Plugin/getfield.pm
index d6564eaf..ecdd4672 100644
--- a/.library/IkiWiki/Plugin/getfield.pm
+++ b/.library/IkiWiki/Plugin/getfield.pm
@@ -101,7 +101,7 @@ sub get_other_page_field_value ($$$) {
my $use_page = bestlink($page, $other_page);
# add a dependency for the page from which we get the value
- add_depends($page, $other_page);
+ add_depends($page, $use_page);
my $val = get_field_value($field, $use_page);
if ($val eq $field)