
| Title | Error given when viewing your own attachments |
|---|---|
| Description | An error may be given when browsing for attachments to re-use. |
| Affects | All users |
| Fix | Change line 187 of sources/attachments.php from:Code
$tpl=render_attachment(array(),$myrow,uniqid(''),get_member(),false,$connection);
Code
$tpl=render_attachment(array(),$myrow,uniqid(''),get_member(),false,$connection,get_member());
|
There have been no trackbacks yet