We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58686d commit bcbebd0Copy full SHA for bcbebd0
include/class.thread.php
@@ -1189,8 +1189,8 @@ function stripQuotedReply($tag) {
1189
if ($images_before) {
1190
preg_match_all('/src="cid:([\w_-]+)"/', $this->body,
1191
$images_after, PREG_SET_ORDER);
1192
- $this->stripped_images = array_diff($images_before,
1193
- $images_after);
+ $this->stripped_images = array_diff($images_before[1],
+ $images_after[1]);
1194
}
1195
1196
0 commit comments