projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
270cbd7
)
remove old unused baseurl parameter
author
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 18:57:26 +0000
(14:57 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 5 Jan 2011 18:57:26 +0000
(14:57 -0400)
This was I think a relic from when BASEURL was used in more templates than
use it now.
IkiWiki/Plugin/recentchanges.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/recentchanges.pm
b/IkiWiki/Plugin/recentchanges.pm
index 3081ac1316efd501b95d1ba650d4ac321957b5cd..a64cbb16a4c98c2634a6165ccc3633d4abc4932c 100644
(file)
--- 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}}