From 110f193ec41b452696c27cef748b61c6b53db2e7 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 14 Jan 2008 17:00:28 -0600 Subject: [PATCH] Fixing a broken redirect in the reports dictionary Signed-off-by: Joshua Ferraro --- reports/dictionary.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/dictionary.pl b/reports/dictionary.pl index 5818905910..30fcecd9b1 100755 --- a/reports/dictionary.pl +++ b/reports/dictionary.pl @@ -185,7 +185,7 @@ elsif ($phase eq 'New Term step 6'){ my $sql=$input->param('sql'); save_dictionary($definition_name,$definition_description,$sql,$area); $no_html=1; - print $input->redirect("/cgi-bin/koha/reports/guided_reports.pl?phase=View%20Dictionary"); + print $input->redirect("/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary"); } elsif ($phase eq 'Delete Definition'){ -- 2.39.5