Aleksander Machniak
2016-01-12 558a6db27ea6c8b50a113c96c65408566a626807
Fix headers encoding when using 'valueof' mode
1 files modified
3 ■■■■ changed files
program/steps/mail/func.inc 3 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1116,7 +1116,8 @@
    // single header value is requested
    if (!empty($attrib['valueof'])) {
        return rcube::Q($plugin['output'][$attrib['valueof']]['value']);
        $row = $plugin['output'][$attrib['valueof']];
        return $row['html'] ? $row['value'] : rcube::Q($row['value']);
    }
    // compose html table