diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-12-20 16:52:43 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-12-20 16:52:43 +0000 |
commit | d8ea07a04acc03160ac73f5db2a9249890e5fd13 (patch) | |
tree | 63e0dfedbfc9565a265cb342da405cd79b4ff341 /templates/show_add_live_stream.inc.php | |
parent | 69c56f829da3fc44e6dbcc14c364901b86f55421 (diff) | |
download | ampache-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.php | 1 |
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> |