diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-25 21:32:15 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-25 21:32:15 +0000 |
commit | e1b4e203f7546499ae85d8caa0b0b924a225b96a (patch) | |
tree | 0e8489bcbe029db892220b2ef48f422cd024a805 /templates/show_localplay_control.inc.php | |
parent | 0fbaabb4c3047b4b49ec35d04e5aa10c7c0a3213 (diff) | |
download | ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.tar.gz ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.tar.bz2 ampache-e1b4e203f7546499ae85d8caa0b0b924a225b96a.zip |
fixed some issues with refresh on the localplay page and hopefully improved the french translation a little more
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 */ |