This is PHP 5.3, and we filter the names anyway.
authorJan Schneider <jan@horde.org>
Thu, 27 Jan 2011 18:12:04 +0000 (19:12 +0100)
committerJan Schneider <jan@horde.org>
Thu, 27 Jan 2011 18:12:04 +0000 (19:12 +0100)
framework/Db/lib/Horde/Db/Migration/Migrator.php

index 82fb391..ada0ce2 100644 (file)
@@ -209,8 +209,7 @@ class Horde_Db_Migration_Migrator
                 new RegexIterator(
                     new RecursiveIteratorIterator(
                         new RecursiveDirectoryIterator(
-                            $this->_migrationsPath,
-                            FilesystemIterator::SKIP_DOTS
+                            $this->_migrationsPath
                         )
                     ),
                     '/\/\d+_.*\.php$/',