MyBB Community Forums

Full Version: [F] Oprhan Attachments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think in admin/modules/forum/attachments.php:
					if(is_dir($real_dir.$file))
should be replaced with:
					if(is_dir($real_dir.'/'.$file))
because without the slash, the script don't search the subdirectories.
That's the same thing?

Edit: I see what your talking about now though
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.