@@ -53,11 +53,11 @@ |
||
53 | 53 | |
54 | 54 | protected function getRecursive() |
55 | 55 | { |
56 | - $options = $this->getOptions(); |
|
57 | - if (isset($options['recursive']) && boolval($options['recursive'])) { |
|
58 | - return ' -fr'; |
|
59 | - } |
|
56 | + $options = $this->getOptions(); |
|
57 | + if (isset($options['recursive']) && boolval($options['recursive'])) { |
|
58 | + return ' -fr'; |
|
59 | + } |
|
60 | 60 | |
61 | - return ''; |
|
61 | + return ''; |
|
62 | 62 | } |
63 | 63 | } |