Skip to content

Commit 7fd6e97

Browse files
author
Tom Boutell
committed
Merge pull request punkave#60 from umpirsky/patch-1
Update FileManager.php
2 parents 97d7a0c + 733cb7a commit 7fd6e97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Services/FileManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function syncFiles($options = array())
9898

9999
$from = $options['file_base_path'] . '/' . $options['from_folder'];
100100
$to = $options['file_base_path'] . '/' . $options['to_folder'];
101-
$slashes = substr_count($from, '/');
102101
if (file_exists($from))
103102
{
104103
if (isset($options['create_to_folder']) && $options['create_to_folder'])

0 commit comments

Comments
 (0)