diff --git a/e107_plugins/forum/forum_post.php b/e107_plugins/forum/forum_post.php index f6c2d6d53..2c6d59662 100644 --- a/e107_plugins/forum/forum_post.php +++ b/e107_plugins/forum/forum_post.php @@ -1244,7 +1244,7 @@ class forum_post_handler //Allows directly overriding the method of adding files (or other data) as attachments - function processAttachmentsPosted($existingValues = false) + function processAttachmentsPosted($existingValues = '') { if(isset($_POST['post_attachments_json']) && trim($_POST['post_attachments_json'])) {