aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')