mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:25:56 +00:00
ttrss_gc: return true
This commit is contained in:
@@ -119,6 +119,8 @@
|
||||
|
||||
function ttrss_gc ($expire) {
|
||||
Db::get()->query("DELETE FROM ttrss_sessions WHERE expire < " . time());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!SINGLE_USER_MODE /* && DB_TYPE == "pgsql" */) {
|
||||
|
||||
Reference in New Issue
Block a user