From 83d2b4b643b780a7d7e1cfb191a0b604c99fd91a Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Mon, 23 Aug 2010 20:05:27 -0400 Subject: Fix if-vip documentation typo --- src/utils.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/utils.clj b/src/utils.clj index 1dc4a2c..44131df 100755 --- a/src/utils.clj +++ b/src/utils.clj @@ -304,7 +304,7 @@ (contains? super-vips (:nick session))) (defmacro if-vip [e] - "Evaluates expr if user is vip otherwise returns 404. Can only be used + "Evaluates expr if user is super-vip otherwise returns 404. Can only be used where session is defined." `(if (is-vip? ~'session) ~e (unknown-page))) -- cgit v1.2.3-70-g09d2