diff options
Diffstat (limited to 'templates/show_localplay_control.inc.php')
-rw-r--r-- | templates/show_localplay_control.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |