diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-08 17:12:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-08 17:12:06 -0400 |
commit | 240b58c36c0d3ed9ecf89fc005364b769d0caf8e (patch) | |
tree | 3e717032d10e20874002cee3c5265a3eb883523d | |
parent | 6caed59b9c852836371f9542636da290350c0e8b (diff) | |
download | ikiwiki-240b58c36c0d3ed9ecf89fc005364b769d0caf8e.tar ikiwiki-240b58c36c0d3ed9ecf89fc005364b769d0caf8e.tar.gz |
fix name of admin() pagespec test
-rw-r--r-- | doc/ikiwiki/pagespec/attachment.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec/attachment.mdwn b/doc/ikiwiki/pagespec/attachment.mdwn index 234fcdf02..1287fc0a4 100644 --- a/doc/ikiwiki/pagespec/attachment.mdwn +++ b/doc/ikiwiki/pagespec/attachment.mdwn @@ -41,7 +41,7 @@ additional tests: Tests whether the attachment is being uploaded by a user with the specified username. If openid is enabled, an openid can also be put here. -* adminuser() +* admin() Tests whether the attachment is being uploded by one of the wiki admins. |