From a140fb9fe20ea84f28a195745b7954ccf8a4cc46 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 4 Dec 2006 18:53:54 +0000 Subject: [PATCH] ebl fix params of display_media git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3752 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/lib/Bweb.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 336e63e286..0d7feaa40b 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -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'); -- 2.39.5