diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-24 11:16:51 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-24 11:16:51 +0100 |
commit | e3a6b0012e95aae8e0572a53ea96ddc915d6eb03 (patch) | |
tree | fd2643178b0c4560e8a0716281d3e6a182c4278f /Zotlabs | |
parent | deede8e2ddb58db0bedf437f25c56c9fc050f181 (diff) | |
download | volse-hubzilla-e3a6b0012e95aae8e0572a53ea96ddc915d6eb03.tar.gz volse-hubzilla-e3a6b0012e95aae8e0572a53ea96ddc915d6eb03.tar.bz2 volse-hubzilla-e3a6b0012e95aae8e0572a53ea96ddc915d6eb03.zip |
implement caching of notifications in browser session storage
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Logout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Logout.php b/Zotlabs/Module/Logout.php index 6aa11d110..f06e7278b 100644 --- a/Zotlabs/Module/Logout.php +++ b/Zotlabs/Module/Logout.php @@ -9,4 +9,4 @@ class Logout extends \Zotlabs\Web\Controller { goaway(z_root()); } -}
\ No newline at end of file +} |