summaryrefslogtreecommitdiffstats
path: root/lib/class/vauth.class.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 00:19:43 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-26 00:19:43 -0500
commit7703c9431d6989af12e9c75a35cf8f641482a81f (patch)
tree9048ce54932a60bf0b685da7a17bec0f9c845cb8 /lib/class/vauth.class.php
parent303ff7d64594d154f5d7e26c4bd8beaa321d70dd (diff)
downloadampache-7703c9431d6989af12e9c75a35cf8f641482a81f.tar.gz
ampache-7703c9431d6989af12e9c75a35cf8f641482a81f.tar.bz2
ampache-7703c9431d6989af12e9c75a35cf8f641482a81f.zip
Query::clean() -> Query::gc()
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;