I've tracked down the issue to this line (found twice in the admin/controller/common/security.php file):
Code: Select all
foreach (glob(trim($next, '/') . '/{*,.[!.]*,..?*}', GLOB_BRACE) as $file) {
Code: Select all
foreach (glob($next . '/{*,.[!.]*,..?*}', GLOB_MARK|GLOB_BRACE) as $file) {
Also I would really like to see this move be optional. I've never been a huge fan of the storage move option. Not that I disagree with the overall idea of moving downloads/uploads to a directory that sits higher than the cart for security, but that only downloads and uploads should be moved there and NOT logs, modification files, etc, but I digress.