Commit 98b8210361b407a0c546ffc7b903f030e1897188

Greg Pfeil 2011-03-18T23:28:49

Whoops, PROFILE was calling the wrong function for the URL.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/gravatar.lisp b/gravatar.lisp
index c43b57c..dbd04e4 100644
--- a/gravatar.lisp
+++ b/gravatar.lisp
@@ -42,8 +42,7 @@
 
 (defun profile (email)
   (json:decode-json-from-string
-   (babel:octets-to-string (drakma:http-request (generate-profile-url email
-                                                                      nil)))))
+   (babel:octets-to-string (drakma:http-request (profile-url email nil)))))
 
 (defun qr-code-url (email &key size)
   (generate-profile-url email