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:
@@ -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']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user