phpcms\modules\attachment\attachments.php
line:29
- 原:$attachment = new attachment($module,$catid,$siteid);
- 现在:$attachment = new attachment($module,$catid,$siteid,$catid.'/');
- 原:$attachment = new attachment($_POST['module'],$_POST['catid'],$_POST['siteid']);
- 现在:$attachment = new attachment($_POST['module'],$_POST['catid'],$_POST['siteid'],$_POST['catid'].'/');