dopetalk

Technology => SMF Forum Code Modifications => Topic started by: Chip on January 12, 2016, 03:49:16 AM

Title: PM Attachments
Post by: Chip on January 12, 2016, 03:49:16 AM
http://custom.simplemachines.org/mods/index.php?mod=1974

installed after removing "PM Settings"
Title: Re: PM Attachments
Post by: Chip on January 19, 2018, 07:33:23 PM
report email fails (from a support contributor:

Quick fix.

In the file Subs-Post.php, find:

Code: [Select]
$str_attachments = '';

if (count($attachments) >= 1)

Replace:

Code: [Select]
$str_attachments = '';

if(!is_array($attachments))
$attachments = array();

if (count($attachments) >= 1)
SimplePortal 2.3.6 © 2008-2014, SimplePortal