summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-09-17 12:06:31 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-09-17 12:06:31 +0200
commit3a2cf01b8d9adcd2628dcf7af371264f6b9841bb (patch)
treec6d0057f0fe573e2887556d6a9b4582e7136367a
parent5197f363475e6218c56b1629d6509fd4fcc61cda (diff)
.library/IkiWiki/Plugin/getfield.pm (get_other_page_field_value): Depend on use_page, not other_page.
-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)