Commit 9cc79abd authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 829601: Bugzilla->local_timezone should be stored in process_cache instead of request_cache

r=glob a=LpSolit
parent f4bbc809
......@@ -596,7 +596,7 @@ sub has_flags {
}
sub local_timezone {
return $_[0]->request_cache->{local_timezone}
return $_[0]->process_cache->{local_timezone}
||= DateTime::TimeZone->new(name => 'local');
}
......
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