mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
email-gravatar.lua: fix for lua 5.2
This commit is contained in:
parent
a9a7f68244
commit
50287e7912
@ -7,7 +7,7 @@
|
|||||||
-- <http://mkottman.github.io/luacrypto/>
|
-- <http://mkottman.github.io/luacrypto/>
|
||||||
--
|
--
|
||||||
|
|
||||||
require("crypto")
|
local crypto = require("crypto")
|
||||||
|
|
||||||
function filter_open(email, page)
|
function filter_open(email, page)
|
||||||
buffer = ""
|
buffer = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user