aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 561de808..1bae2751 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -255,7 +255,7 @@ class Poche
255 while (($theme = readdir($handle)) !== false) { 255 while (($theme = readdir($handle)) !== false) {
256 # Themes are stored in a directory, so all directory names are themes 256 # Themes are stored in a directory, so all directory names are themes
257 # @todo move theme installation data to database 257 # @todo move theme installation data to database
258 if (! is_dir(THEME . '/' . $theme) || in_array($theme, array('..', '.'))) { 258 if (! is_dir(THEME . '/' . $theme) || in_array($theme, array('..', '.', '.git'))) {
259 continue; 259 continue;
260 } 260 }
261 261