projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b31c53
)
avoid redundant recentpages action on the recentchanges page itself
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 20:53:49 +0000
(15:53 -0500)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 29 Jan 2008 20:53:49 +0000
(15:53 -0500)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index ed359bdd77f9dccc1f034cfaca3878ad938f0063..4495b9cfd97524cdfd6f9084cb285b198b44c533 100644
(file)
--- a/
IkiWiki/Render.pm
+++ b/
IkiWiki/Render.pm
@@
-85,7
+85,8
@@
sub genpage ($$) { #{{{
$actions++;
}
- if ($config{rcs} && exists $config{recentchangespage}) {
+ if ($config{rcs} && exists $config{recentchangespage} &&
+ $page ne $config{recentchangespage}) {
$template->param(recentchangesurl => urlto($config{recentchangespage}, $page));
$actions++;
}