Commit ac921416 authored by timeless%mozdev.org's avatar timeless%mozdev.org

Bug 321213 - spell provided correctly

r=lpsolit a=justdave
parent 9cec7027
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment