mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 16:32:22 +02:00
- merge branch 1.5 r1000:1001 into BSF:
not include .svn directory in the candidates directories for update git-svn-id: http://piwigo.org/svn/trunk@1006 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user