Skip to content

Commit

Permalink
We want the list header id, not the translation
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 15, 2014
1 parent 328b36a commit a2ea306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Basic/Listinfo.php
Expand Up @@ -46,7 +46,7 @@ protected function _init()
$view->headers = array();
foreach ($listheaders->headers() as $key => $val) {
if ($data = $mime_headers->getValue($key)) {
$view->headers[$val] = $this->_parseListHeaders($val, $data);
$view->headers[$val] = $this->_parseListHeaders($key, $data);
}
}

Expand Down

0 comments on commit a2ea306

Please sign in to comment.