Skip to content

Commit 1d3f1a3

Browse files
committed
issue: Class Format Disposition Misspelling
This corrects the spelling of `deposition` to `disposition` so that it's correctly utilized.
1 parent 72e66bb commit 1d3f1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/class.format.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ function stripEmptyLines($string) {
493493
function viewableImages($html, $options=array()) {
494494
$cids = $images = array();
495495
$options +=array(
496-
'deposition' => 'inline');
496+
'disposition' => 'inline');
497497
return preg_replace_callback('/"cid:([\w._-]{32})"/',
498498
function($match) use ($options, $images) {
499499
if (!($file = AttachmentFile::lookup($match[1])))

0 commit comments

Comments
 (0)