diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 21:47:39 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 21:48:51 -0500 |
commit | 57483216e47f46a74590fe98dea6dc36b1312b5a (patch) | |
tree | 3c5ea89e567fb2532632eea1016039720c7165d8 /lib/class/vauth.class.php | |
parent | 1069d54c85149ff1cb51563d6a1fc471695f8b47 (diff) | |
download | ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.tar.gz ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.tar.bz2 ampache-57483216e47f46a74590fe98dea6dc36b1312b5a.zip |
Rename tmpPlaylist to Tmp_Playlist
Diffstat (limited to 'lib/class/vauth.class.php')
-rw-r--r-- | lib/class/vauth.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vauth.class.php b/lib/class/vauth.class.php index 4939c5c2..b2f1d909 100644 --- a/lib/class/vauth.class.php +++ b/lib/class/vauth.class.php @@ -143,7 +143,7 @@ class vauth { // Also clean up things that use sessions as keys Query::clean(); - tmpPlaylist::gc(); + Tmp_Playlist::gc(); return true; |