This commit is contained in:
webzwo0i 2016-02-02 11:49:20 +01:00
parent 19bfad14ae
commit d7854edeb2

View file

@ -86,7 +86,7 @@ exports.createSession = function(groupID, authorID, validUntil, callback)
//check validUntil and create the session db entry
function(callback)
{
//check if rev is a number
//check if validUntil is a number
if(typeof validUntil != "number")
{
//try to parse the number