summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-05 14:57:26 -0400
committerJoey Hess <joey@kitenet.net>2011-01-05 14:57:26 -0400
commit9efe370fa032791123e84a77d021eb89bbc7b91c (patch)
tree8b0ced6711d6a34c061c823b096d82732fdb6336 /IkiWiki
parent270cbd7cf52d95636da941799158dc000e4c2ffc (diff)
remove old unused baseurl parameter
This was I think a relic from when BASEURL was used in more templates than use it now.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index 3081ac131..a64cbb16a 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -178,7 +178,6 @@ sub store ($$$) {
else {
$_->{link} = pagetitle($_->{page});
}
- $_->{baseurl}=IkiWiki::baseurl(undef) if length $config{url};
$_;
} @{$change->{pages}}