summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-08-16 11:36:58 +0000
committerxgizzmo <xgizzmo@ampache>2006-08-16 11:36:58 +0000
commit94991b185cc8e0048194e77749593c0388636444 (patch)
tree25461285f047dd41b9bdceb00bd204926dd0bf45 /templates
parent0cf99f9a6c1a797017c146d8a7f19da934c153c4 (diff)
downloadampache-94991b185cc8e0048194e77749593c0388636444.tar.gz
ampache-94991b185cc8e0048194e77749593c0388636444.tar.bz2
ampache-94991b185cc8e0048194e77749593c0388636444.zip
fixed pause function in localplay (thanks Salguod) bug #923
Diffstat (limited to 'templates')
-rw-r--r--templates/show_localplay_control.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_localplay_control.inc.php b/templates/show_localplay_control.inc.php
index 2c8d74b5..b9558ade 100644
--- a/templates/show_localplay_control.inc.php
+++ b/templates/show_localplay_control.inc.php
@@ -37,7 +37,7 @@ $ajax_url = $web_path . '/server/ajax.server.php';
<img src="<?php echo $web_path; ?>/images/localplay/stop.gif" alt="stop" />
</span>
<?php if ($localplay->has_function('pause')) { ?>
-<span id="pause_button" onclick="ajaxPut('<?php echo $ajax_url; ?>?action=localplay&amp;cmd=pause<?php echo $requird_info; ?>','localplay_state');return true;">
+<span id="pause_button" onclick="ajaxPut('<?php echo $ajax_url; ?>?action=localplay&amp;cmd=pause<?php echo $required_info; ?>','localplay_state');return true;">
<img src="<?php echo $web_path; ?>/images/localplay/pause.gif" alt="pause" />
</span>
<?php } ?>