From e1b4e203f7546499ae85d8caa0b0b924a225b96a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 25 Jan 2007 21:32:15 +0000 Subject: fixed some issues with refresh on the localplay page and hopefully improved the french translation a little more --- templates/show_localplay_control.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/show_localplay_control.inc.php') diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php index e3384431..8d5f7fec 100644 --- a/templates/show_localplay_control.inc.php +++ b/templates/show_localplay_control.inc.php @@ -23,7 +23,7 @@ $web_path = conf('web_path'); $localplay = init_localplay(); -$required_info = conf('ajax_info'); +$required_info = conf('ajax_info') . $add_info; $ajax_url = conf('ajax_url'); /* If we actually got something back */ -- cgit