aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-06 21:56:16 -0800
committerzotlabs <mike@macgirvin.com>2017-11-06 21:56:16 -0800
commit7b69dc574b1527fc0e16a0c2f91a726132987e2f (patch)
treeb97753197fe8aa4012bbdaaa2039bf722da55d78 /Zotlabs
parent5376a734d45554fafacb674a725dc2831db1bf14 (diff)
parentd16bbfb224c218b04676d890c647b6d1c5d92273 (diff)
downloadvolse-hubzilla-7b69dc574b1527fc0e16a0c2f91a726132987e2f.tar.gz
volse-hubzilla-7b69dc574b1527fc0e16a0c2f91a726132987e2f.tar.bz2
volse-hubzilla-7b69dc574b1527fc0e16a0c2f91a726132987e2f.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php
index 5e2d04c1f..3c6dda1e9 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -219,7 +219,7 @@ class Ping extends \Zotlabs\Web\Controller {
intval(local_channel())
);
break;
- case 'messages':
+ case 'mail':
$r = q("update mail set mail_seen = 1 where mail_seen = 0 and channel_id = %d ",
intval(local_channel())
);