mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 321213 - spell provided correctly
r=lpsolit a=justdave
This commit is contained in:
parent
aca2bd4287
commit
9c9f970472
@ -426,7 +426,7 @@ $vars->{'default'} = \%default;
|
||||
$vars->{'format'} = $cgi->param('format');
|
||||
$vars->{'query_format'} = $cgi->param('query_format');
|
||||
|
||||
# Set default page to "specific" if none proviced
|
||||
# Set default page to "specific" if none provided
|
||||
if (!($cgi->param('query_format') || $cgi->param('format'))) {
|
||||
if (defined $cgi->cookie('DEFAULTFORMAT')) {
|
||||
$vars->{'format'} = $cgi->cookie('DEFAULTFORMAT');
|
||||
|
Loading…
Reference in New Issue
Block a user