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 2021/05/03 12:21:56 UTC

[incubator-ponymail] branch master updated: Oops, typo

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new 84c9edc  Oops, typo
84c9edc is described below

commit 84c9edc24985b36e2da72a70ff2ae2c4d3e3255d
Author: Sebb <se...@apache.org>
AuthorDate: Mon May 3 13:21:45 2021 +0100

    Oops, typo
---
 site/api/stats.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/api/stats.lua b/site/api/stats.lua
index 93fe825..41460aa 100644
--- a/site/api/stats.lua
+++ b/site/api/stats.lua
@@ -506,7 +506,7 @@ function handle(r)
     local last = datespan.publast
     for lid, prvdates in pairs(datespan.private or {}) do
         if aaa.canAccessList(r, lid, account) then
-            # merge the stats from the private list
+            -- merge the stats from the private list
             for k,v in pairs(prvdates.monthly_emails) do
                 if datespan.monthly_emails[k] then
                     datespan.monthly_emails[k] = datespan.monthly_emails[k] + v