Skip to content

Commit 3939264

Browse files
authored
Merge pull request #33 from horde/port/bytestream-23
Fix Mailbox testBadInput test on PHP 8.2 (Bytestream #23 for FRAMEWORK_6_0)
2 parents 4a6f31b + 0738f13 commit 3939264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Horde/Imap/Client/Data/Format/Mailbox.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __construct($data)
4444
{
4545
$this->_mailbox = Horde_Imap_Client_Mailbox::get($data);
4646

47-
parent::__construct($this->_mailbox->{$this->_encoding});
47+
parent::__construct($this->_mailbox->utf8);
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)