Quote:
Originally Posted by Shazz
This just popped up as a problem for me after testing it
Don't know what it could be..
*had to remove this as well
|
Here is the fix (official update comes later):
Plugin -> private attachments - initialize pm attachments if needed (Hook global_start)
Change Line 1
Code:
if (THIS_SCRIPT == 'newattachment' AND $_REQUEST['type'] == 'pm')
to
Code:
if (THIS_SCRIPT == 'newattachment' AND $_REQUEST['type'] == 'pm' AND !$threadid)
Regards, Stoebi