summaryrefslogtreecommitdiffstats
path: root/templates/show_add_live_stream.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-12-20 16:52:43 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-12-20 16:52:43 +0000
commitd8ea07a04acc03160ac73f5db2a9249890e5fd13 (patch)
tree63e0dfedbfc9565a265cb342da405cd79b4ff341 /templates/show_add_live_stream.inc.php
parent69c56f829da3fc44e6dbcc14c364901b86f55421 (diff)
downloadampache-d8ea07a04acc03160ac73f5db2a9249890e5fd13.tar.gz
ampache-d8ea07a04acc03160ac73f5db2a9249890e5fd13.tar.bz2
ampache-d8ea07a04acc03160ac73f5db2a9249890e5fd13.zip
sync from 3.5.x and fix display issue on playlist view
Diffstat (limited to 'templates/show_add_live_stream.inc.php')
-rw-r--r--templates/show_add_live_stream.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php
index f9b12e98..bd4e1597 100644
--- a/templates/show_add_live_stream.inc.php
+++ b/templates/show_add_live_stream.inc.php
@@ -65,6 +65,7 @@
</tr>
</table>
<div class="formValidation">
+ <?php echo Core::form_register('add_radio'); ?>
<input class="button" type="submit" value="<?php echo _('Add'); ?>" />
</div>
</form>