Skip to content

Commit

Permalink
Merge pull request #33 from horde/port/bytestream-23
Browse files Browse the repository at this point in the history
Fix Mailbox testBadInput test on PHP 8.2 (Bytestream #23 for FRAMEWORK_6_0)
  • Loading branch information
ralflang authored Mar 28, 2024
2 parents 4a6f31b + 0738f13 commit 3939264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Imap/Client/Data/Format/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function __construct($data)
{
$this->_mailbox = Horde_Imap_Client_Mailbox::get($data);

parent::__construct($this->_mailbox->{$this->_encoding});
parent::__construct($this->_mailbox->utf8);
}

/**
Expand Down

0 comments on commit 3939264

Please sign in to comment.