diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-18 22:16:06 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-18 22:16:06 +0100 |
commit | fbc57fa8e36e468abe81e4f3d72b3115cbdd794c (patch) | |
tree | 05e3924cfda2e18ae97f27304f1af1f0caff988d /Zotlabs/Module/Notify.php | |
parent | 6b6c2ccfa391d138db925b2c3f92a469c587c907 (diff) | |
download | volse-hubzilla-fbc57fa8e36e468abe81e4f3d72b3115cbdd794c.tar.gz volse-hubzilla-fbc57fa8e36e468abe81e4f3d72b3115cbdd794c.tar.bz2 volse-hubzilla-fbc57fa8e36e468abe81e4f3d72b3115cbdd794c.zip |
some more work on mod hq
Diffstat (limited to 'Zotlabs/Module/Notify.php')
-rw-r--r-- | Zotlabs/Module/Notify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Notify.php b/Zotlabs/Module/Notify.php index 3d6e1c2e7..cffcc8099 100644 --- a/Zotlabs/Module/Notify.php +++ b/Zotlabs/Module/Notify.php @@ -34,7 +34,7 @@ class Notify extends \Zotlabs\Web\Controller { } - function get() { + function get() { if(! local_channel()) return login(); |