fix `sessionCookie` number in onAccessCheck

This commit is contained in:
Mikołaj Biel 2017-07-12 00:28:51 +02:00
parent 35702a0589
commit 5c8a15c3d7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Things in context:
1. padID - the pad the user wants to access
2. password - the password the user has given to access the pad
3. token - the token of the author
3. sessionCookie - the session the use has
4. sessionCookie - the session the use has
This hook gets called when the access to the concrete pad is being checked. Return `false` to deny access.