summaryrefslogtreecommitdiffstats
path: root/templates/show_create_democratic.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_create_democratic.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_create_democratic.inc.php')
-rw-r--r--templates/show_create_democratic.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_create_democratic.inc.php b/templates/show_create_democratic.inc.php
index 64bbf40f..1ff6d698 100644
--- a/templates/show_create_democratic.inc.php
+++ b/templates/show_create_democratic.inc.php
@@ -56,6 +56,7 @@ show_box_top(_('Configure Democratic Playlist')); ?>
</tr>
</table>
<div class="formValidation">
+ <?php echo Core::form_register('create_democratic'); ?>
<input type="submit" value="<?php echo _('Update'); ?>" />
</div>
</form>