Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freescout-helpdesk/freescout into…
Browse files Browse the repository at this point in the history
… dist
  • Loading branch information
freescout-help-desk committed Apr 13, 2024
2 parents 0dbdf40 + a2e27f3 commit 7829e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| or any other location as required by the application or its packages.
*/

'version' => '1.8.134',
'version' => '1.8.135',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion overrides/webklex/php-imap/src/Attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ protected function fetch() {
$this->name = $this->decodeName($this->part->description);
}
} else if (!$this->name) {
$this->name = $this->decodeName(($this->part->subtype);
$this->name = $this->decodeName($this->part->subtype);
}
}
$this->attributes = array_merge($this->part->getHeader()->getAttributes(), $this->attributes);
Expand Down

0 comments on commit 7829e9a

Please sign in to comment.