not include .svn directory in the candidates directories for update
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1001 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
129f203470
commit
22387e0d9b
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ function get_fs_directories($path, $recursive = true)
|
|||
if (is_dir($path.'/'.$node)
|
||||
and $node != '.'
|
||||
and $node != '..'
|
||||
and $node != '.svn'
|
||||
and $node != 'thumbnail'
|
||||
and $node != 'pwg_high'
|
||||
and $node != 'pwg_representative')
|
||||
|
|
Loading…
Add table
Reference in a new issue