Skip to content

Commit

Permalink
Fix PHP string replacement error in utils/error.php (#9185)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Oct 29, 2023
1 parent 1c2b066 commit 93989c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fix PHP warnings (#9174)
- Fix UI issue when dealing with an invalid managesieve_default_headers value (#9175)
- Fix bug where images attached to application/smil messages weren't displayed (#8870)
- Fix PHP string replacement error in utils/error.php (#9185)

## Release 1.6.4

Expand Down
1 change: 0 additions & 1 deletion program/actions/utils/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public function run($args = [])

$output = '<!doctype html><html><head>'
. '<title>' . $product . ':: ERROR</title>'
. '<link rel="stylesheet" type="text/css" href="skins/$skin/common.css" />'
. '</head><body>'
. '<table border="0" cellspacing="0" cellpadding="0" width="100%" height="80%">'
. '<tr><td align="center">' . $page_content . '</td></tr>'
Expand Down

0 comments on commit 93989c0

Please sign in to comment.