From adde1ce5945f3d261ef83cf2a3ceca4f36572672 Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 24 Mar 2015 13:10:01 +0100 Subject: [PATCH] Fix scrutinizer fixes. --- lib/copy_this/www/lib/postprocess.php | 2 -- 1 file changed, 2 deletions(-) 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], "\\")), "\\");