Aleksander Machniak
2014-05-25 ec62e8a7eeeee95ee1f1ebd717fc2708d1f6d088
Silence PHP Warning: strtolower() expects parameter 1 to be string
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_imap.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap.php
@@ -1679,7 +1679,7 @@
            $this->struct_charset = $this->structure_charset($structure);
        }
        $headers->ctype = strtolower($headers->ctype);
        $headers->ctype = @strtolower($headers->ctype);
        // Here we can recognize malformed BODYSTRUCTURE and
        // 1. [@TODO] parse the message in other way to create our own message structure