@@ -446,7 +446,7 @@ |
||
446 | 446 | |
447 | 447 | if (count($result) === count($this->files)) { |
448 | 448 | call_user_func( |
449 | - $error ? array($this, 'err') : array($this, 'errOut'), |
|
449 | + $error ? array($this, 'err') : array($this, 'errOut'), |
|
450 | 450 | sprintf("ineffective removal pattern: '%s'", $pattern) |
451 | 451 | ); |
452 | 452 | } else { |