mirror of
https://git.zx2c4.com/cgit
synced 2025-09-01 07:19:56 +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/>
|
-- <http://mkottman.github.io/luacrypto/>
|
||||||
--
|
--
|
||||||
|
|
||||||
require("crypto")
|
local crypto = require("crypto")
|
||||||
|
|
||||||
function filter_open(email, page)
|
function filter_open(email, page)
|
||||||
buffer = ""
|
buffer = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue