зеркало из https://github.com/mozilla/pjs.git
Bug 372723: Bookmarkable template URLs on enter_bug.cgi should not contain tokens - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r/a=mkanat
This commit is contained in:
Родитель
8ad8095b72
Коммит
b475fcc75b
|
@ -90,7 +90,7 @@ if ($token) {
|
|||
});
|
||||
|
||||
if (defined $cgi->param('maketemplate')) {
|
||||
$vars->{'url'} = $cgi->query_string();
|
||||
$vars->{'url'} = $cgi->canonicalise_query('token');
|
||||
$vars->{'short_desc'} = $cgi->param('short_desc');
|
||||
|
||||
print $cgi->header();
|
||||
|
|
Загрузка…
Ссылка в новой задаче