From c11d58724323eecebf3ce673365b274ca2b51220 Mon Sep 17 00:00:00 2001 From: Michael Waskosky Date: Sun, 24 Apr 2016 18:07:11 -0600 Subject: [PATCH] Fix to bot's boolean misperceptions --- e107_plugins/forum/forum_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'])) {