mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Fix scrutinizer fixes.
This commit is contained in:
@@ -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], "\\")), "\\");
|
||||
|
||||
Reference in New Issue
Block a user