You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/03/24 09:43:11 UTC

incubator-ponymail git commit: Typo

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 117db8413 -> 6f11997b7


Typo

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/6f11997b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/6f11997b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/6f11997b

Branch: refs/heads/master
Commit: 6f11997b739af147fceed3b696e0d1d0e63f4516
Parents: 117db84
Author: Sebb <se...@apache.org>
Authored: Fri Mar 24 09:42:52 2017 +0000
Committer: Sebb <se...@apache.org>
Committed: Fri Mar 24 09:42:52 2017 +0000

----------------------------------------------------------------------
 site/api/lib/user.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/6f11997b/site/api/lib/user.lua
----------------------------------------------------------------------
diff --git a/site/api/lib/user.lua b/site/api/lib/user.lua
index 7beff0e..9140a53 100644
--- a/site/api/lib/user.lua
+++ b/site/api/lib/user.lua
@@ -83,7 +83,7 @@ local function updateUser(r, cid, data)
         key = "ponymail",
         value = cookie .. "==" .. (cid),
         secure = true,
-        httpOnly = true,
+        httponly = true,
         path = "/"
     }
 end