List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 1/1] fix email-gravatar.lua for lua 5.2
@ 2014-01-14 10:32 mail
  2014-01-14 12:48 ` Jason
  0 siblings, 1 reply; 3+ messages in thread
From: mail @ 2014-01-14 10:32 UTC (permalink / raw)


---
 filters/email-gravatar.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filters/email-gravatar.lua b/filters/email-gravatar.lua
index 982e030..9feb611 100644
--- a/filters/email-gravatar.lua
+++ b/filters/email-gravatar.lua
@@ -7,7 +7,7 @@
 -- 	<http://mkottman.github.io/luacrypto/>
 --
 
-require("crypto")
+local crypto = require("crypto")
 
 function filter_open(email, page)
 	buffer = ""
-- 
1.8.5.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-14 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-14 10:32 [PATCH 1/1] fix email-gravatar.lua for lua 5.2 mail
2014-01-14 12:48 ` Jason
2014-01-14 17:20   ` mail

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).