1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Fix to bot's boolean misperceptions

This commit is contained in:
Michael Waskosky
2016-04-24 18:07:11 -06:00
parent 611ba19838
commit c11d587243

View File

@@ -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']))
{