summaryrefslogtreecommitdiffstats
path: root/lib/class/vauth.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/vauth.class.php')
-rw-r--r--lib/class/vauth.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php
index b2f1d909..b978c35c 100644
--- a/lib/class/vauth.class.php
+++ b/lib/class/vauth.class.php
@@ -142,7 +142,7 @@ class vauth {
$db_results = Dba::write($sql);
// Also clean up things that use sessions as keys
- Query::clean();
+ Query::gc();
Tmp_Playlist::gc();
return true;