We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97d7a0c + 733cb7a commit 7fd6e97Copy full SHA for 7fd6e97
Services/FileManager.php
@@ -98,7 +98,6 @@ public function syncFiles($options = array())
98
99
$from = $options['file_base_path'] . '/' . $options['from_folder'];
100
$to = $options['file_base_path'] . '/' . $options['to_folder'];
101
- $slashes = substr_count($from, '/');
102
if (file_exists($from))
103
{
104
if (isset($options['create_to_folder']) && $options['create_to_folder'])
0 commit comments