aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Logout.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-24 11:16:51 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-24 11:16:51 +0100
commite3a6b0012e95aae8e0572a53ea96ddc915d6eb03 (patch)
treefd2643178b0c4560e8a0716281d3e6a182c4278f /Zotlabs/Module/Logout.php
parentdeede8e2ddb58db0bedf437f25c56c9fc050f181 (diff)
downloadvolse-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/Module/Logout.php')
-rw-r--r--Zotlabs/Module/Logout.php2
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
+}