~cjsmo/ampache/ampache

« back to all changes in this revision

Viewing changes to democratic.php

  • Committer: Afterster
  • Date: 2015-11-07 07:09:23 UTC
  • mfrom: (3952.1.1)
  • Revision ID: git-v1:88b4662919026b030698448b7cdf6c8dc0cb9897
Merge branch 'Psy-Virus-develop' into develop

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        Democratic::delete($_REQUEST['democratic_id']);
55
55
 
56
56
        $title = '';
57
 
        $text = T_('The Requested Playlist has been deleted.');
58
 
        $url = AmpConfig::get('web_path') . '/democratic.php?action=manage_playlists';
 
57
        $text  = T_('The Requested Playlist has been deleted.');
 
58
        $url   = AmpConfig::get('web_path') . '/democratic.php?action=manage_playlists';
59
59
        show_confirmation($title,$text,$url);
60
60
    break;
61
61
    case 'create':