aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-01-09 19:43:07 +0000
committernikrou <nikrou@piwigo.org>2006-01-09 19:43:07 +0000
commit22387e0d9b6654305552da23d9b2c2a9c134407b (patch)
tree64ea9f43becb6356890e518356119609d2e23ac0
parent129f203470af84246ade3702716005bd7b4b04db (diff)
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
-rw-r--r--admin/include/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php
index 56c1bf761..4d7f4148e 100644
--- a/admin/include/functions.php
+++ b/admin/include/functions.php
@@ -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')