diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PhpBB3Impl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhpBB3Impl.php b/src/PhpBB3Impl.php index d2c908b..de61c5b 100644 --- a/src/PhpBB3Impl.php +++ b/src/PhpBB3Impl.php @@ -221,7 +221,7 @@ class PhpBB3Impl implements PhpBB3 { foreach ($attachments as $a) { $attachment_data[] = $this->addAttachment( - $userId, $a['filename'], $a['comment'], $a['mimetype'], $a['data'] + $userId, $a['filename'], /* $a['comment'] */ 'EMail attachment', $a['mimetype'], $a['data'] ); } |