Skip to content

Commit

Permalink
Fix Mailbox testBadInput test on PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored and ralflang committed Mar 28, 2024
1 parent 573c97b commit 0738f13
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 0738f13

Please sign in to comment.