summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 13:07:48 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 13:07:48 -0400
commit9169c3247ffae04ae2fbc9ceda4176ffb5f263d3 (patch)
treedeecd6160ce648b80206a44804eda7ce1c042d35 /IkiWiki/Plugin/recentchanges.pm
parent255172215e8d886ae875e79694bda1a656053410 (diff)
standardising and documenting getsetup
Diffstat (limited to 'IkiWiki/Plugin/recentchanges.pm')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index 04a878b20..6ab4f9d03 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -24,7 +24,7 @@ sub getsetup () { #{{{
rebuild => 1,
},
recentchangesnum => {
- type => "int",
+ type => "integer",
default => 100,
description => "number of changes to track",
safe => 1,