diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-08 15:10:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-08 15:10:44 -0700 |
commit | 52b1ea10a1ef4ccec67b4248155651626ec24b44 (patch) | |
tree | 4177a3e8de9ed2353bec1ee7e5f470766c12fa39 /Zotlabs/Module/Ping.php | |
parent | 27bc8294aecb847e0e87e61ff0c11cf64d4a9c10 (diff) | |
parent | ec173e7eb2e0b4a0768606365f6463009900f0ea (diff) | |
download | volse-hubzilla-52b1ea10a1ef4ccec67b4248155651626ec24b44.tar.gz volse-hubzilla-52b1ea10a1ef4ccec67b4248155651626ec24b44.tar.bz2 volse-hubzilla-52b1ea10a1ef4ccec67b4248155651626ec24b44.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r-- | Zotlabs/Module/Ping.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index e3f430861..5f44b3c20 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -297,7 +297,7 @@ class Ping extends \Zotlabs\Web\Controller { killme(); } - if(argc() > 1 && argv(1) === 'messages') { + if(argc() > 1 && argv(1) === 'mail') { $channel = \App::get_channel(); $t = q("select mail.*, xchan.* from mail left join xchan on xchan_hash = from_xchan where channel_id = %d and mail_seen = 0 and mail_deleted = 0 |