summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2011-12-15 00:13:14 +0000
committerivan <ivan>2011-12-15 00:13:14 +0000
commitbd88a766f5d9e2f03f4edb5c3a9541aed1a30758 (patch)
tree69f3ca13a41aa9d77cf8b2561346b5999b549759 /httemplate
parent36bb53a4a79512e7e24321873ddbbff525d629fb (diff)
usability for msgcat editing: redirect back to the message catalog you are working on, RT#15269
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/process/msgcat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/msgcat.html b/httemplate/edit/process/msgcat.html
index 6c93508d7..bdfbf1d40 100644
--- a/httemplate/edit/process/msgcat.html
+++ b/httemplate/edit/process/msgcat.html
@@ -2,6 +2,6 @@
table => 'msgcat',
#viewall_dir => 'browse',
redirect => sub { my($cgi, $msgcat) = @_;
- popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale;
+ popurl(3). 'browse/msgcat.html?locale='. $msgcat->locale.';dummy=';
},
&>