зеркало из https://github.com/mozilla/pjs.git
Bug 343752: The 'order' field in buglist.cgi is not properly parsed when using aliases - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
This commit is contained in:
Родитель
6f8d9fb3b7
Коммит
6fb1e348ca
|
@ -863,7 +863,7 @@ foreach my $fragment (split(/,/, $order)) {
|
|||
# LASTORDER cookies (or bookmarks) may contain full names.
|
||||
# Convert them to an ID here.
|
||||
if ($fragment =~ / AS (\w+)/) {
|
||||
$fragment = $columns->{$1}->{'id'};
|
||||
$fragment = $1;
|
||||
}
|
||||
|
||||
$fragment =~ tr/a-zA-Z\.0-9\-_//cd;
|
||||
|
|
Загрузка…
Ссылка в новой задаче