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/04/19 22:16:37 UTC

incubator-ponymail git commit: Duplicate init

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 438975124 -> 2fbdda1d6


Duplicate init

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

Branch: refs/heads/master
Commit: 2fbdda1d6bb3acfea066cb55a67c9bf5a9a26f71
Parents: 4389751
Author: Sebb <se...@apache.org>
Authored: Wed Apr 19 23:16:33 2017 +0100
Committer: Sebb <se...@apache.org>
Committed: Wed Apr 19 23:16:33 2017 +0100

----------------------------------------------------------------------
 site/api/preferences.lua | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/2fbdda1d/site/api/preferences.lua
----------------------------------------------------------------------
diff --git a/site/api/preferences.lua b/site/api/preferences.lua
index e4068de..e4da480 100644
--- a/site/api/preferences.lua
+++ b/site/api/preferences.lua
@@ -61,7 +61,6 @@ Parameters: (cookie required)
   - remfav=$list - remove a favourite $list
 ]]--
 function handle(r)
-    local now = r:clock()
     cross.contentType(r, "application/json")
     local now = r:clock()
     local get = r:parseargs()