mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
fix typo
This commit is contained in:
parent
b92a2ed5b6
commit
21e83f2928
@ -1156,7 +1156,7 @@
|
||||
$attachments = $this->getMessageAttachments($_uid, $_part);
|
||||
foreach($attachments as $attachment) {
|
||||
#error_log(print_r($attachment,true));
|
||||
if(strpos($attachment['cid'], $_cid) !== false || strpos($cid, $attachment['cid']) !== false) {
|
||||
if(strpos($attachment['cid'], $_cid) !== false || strpos($_cid, $attachment['cid']) !== false) {
|
||||
$partID = $attachment['partID'];
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user