mirror of
https://git.zx2c4.com/cgit
synced 2025-08-05 02:24:42 +02:00
email-gravatar.lua: fix for lua 5.2
This commit is contained in:
parent
a9a7f68244
commit
50287e7912
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
-- <http://mkottman.github.io/luacrypto/>
|
||||
--
|
||||
|
||||
require("crypto")
|
||||
local crypto = require("crypto")
|
||||
|
||||
function filter_open(email, page)
|
||||
buffer = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue