From 4fe5de82b75b114144efa0959b312480b726b8df Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 29 Jan 2013 11:16:30 -0500 Subject: Session::gc takes a parameter It's unused, but it's part of PHP's session interface so there it is. --- lib/ui.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ui.lib.php') diff --git a/lib/ui.lib.php b/lib/ui.lib.php index 3769881a..02ec811a 100644 --- a/lib/ui.lib.php +++ b/lib/ui.lib.php @@ -538,7 +538,7 @@ function print_bool($value) { */ function show_now_playing() { - Session::gc(); + Session::gc(null); Stream::gc_now_playing(); $web_path = Config::get('web_path'); -- cgit