aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-02-09 12:10:04 +0000
committerMario <mario@mariovavti.com>2022-02-09 12:10:04 +0000
commit8e79a81b8879b38c06ce3f7a211b87e838773f60 (patch)
tree4a66c886205183f527efc6fa3bf2b1a6f5b10288
parent76a94495c41c8f82fe99f919fa2b00bf372152f7 (diff)
parentb95ceb301fb18bf588fa2b9c8419a301152f9280 (diff)
downloadvolse-hubzilla-8e79a81b8879b38c06ce3f7a211b87e838773f60.tar.gz
volse-hubzilla-8e79a81b8879b38c06ce3f7a211b87e838773f60.tar.bz2
volse-hubzilla-8e79a81b8879b38c06ce3f7a211b87e838773f60.zip
Merge branch 'dev'7.0.2
-rw-r--r--Zotlabs/Web/SessionHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/SessionHandler.php b/Zotlabs/Web/SessionHandler.php
index 6beb36795..5af646151 100644
--- a/Zotlabs/Web/SessionHandler.php
+++ b/Zotlabs/Web/SessionHandler.php
@@ -86,7 +86,7 @@ class SessionHandler implements \SessionHandlerInterface {
}
- function gc($expire) : int {
+ function gc($expire) : bool {
q("DELETE FROM session WHERE expire < %d", dbesc(time()));
return true;
}