Skip to content

Commit

Permalink
Fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 17, 2023
1 parent b12dd59 commit aa90556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Horde/Mime/Headers/ThreadIndex.php
Expand Up @@ -16,7 +16,6 @@ public static function getHandles()
*/
protected function _sendEncode($opts)
{

return array(Horde_Mime::encode($this->values, $opts['charset']));
return array(Horde_Mime::encode($this->value, $opts['charset']));
}
}

0 comments on commit aa90556

Please sign in to comment.