]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix params of display_media
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 4 Dec 2006 18:53:54 +0000 (18:53 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 4 Dec 2006 18:53:54 +0000 (18:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3752 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm

index 336e63e286f98ca700a3bb997e01a063c90e4ff9..0d7feaa40b108befc4cbeb3b07390932e98768bd 100644 (file)
@@ -1976,9 +1976,9 @@ sub display_media
 {
     my ($self) = @_ ;
 
-    my ($where, %elt) = $self->get_param('pool',
-                                        'mediatype',
-                                        'location');
+    my ($where, %elt) = $self->get_param('pools',
+                                        'mediatypes',
+                                        'locations');
 
     my $arg = $self->get_form('jmedias', 'qre_media');