diff --git a/lib/copy_this/www/lib/postprocess.php b/lib/copy_this/www/lib/postprocess.php index db4c43835..f8031f29f 100644 --- a/lib/copy_this/www/lib/postprocess.php +++ b/lib/copy_this/www/lib/postprocess.php @@ -687,9 +687,7 @@ class PostProcess if (is_array($tmp)) { // it's a rar - { for ($x = 0; - } $x < sizeof($tmp); $x++) { if (preg_match('/\\\\/', $tmp[$x])) { $tmp[$x] = ltrim((strrchr($tmp[$x], "\\")), "\\");