fix: updated islazy to 1.9.1 (fixes #360)

This commit is contained in:
evilsocket 2018-10-30 14:21:15 +01:00
commit 26e2cd8831
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
4 changed files with 7 additions and 5 deletions

View file

@ -109,7 +109,6 @@ func (m SessionModule) IntParam(name string) (error, int) {
}
}
func (m SessionModule) DecParam(name string) (error, float64) {
if p, found := m.params[name]; found {
if err, v := p.Get(m.Session); err != nil {