projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f030e6
)
This is PHP 5.3, and we filter the names anyway.
author
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 18:12:04 +0000
(19:12 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 27 Jan 2011 18:12:04 +0000
(19:12 +0100)
framework/Db/lib/Horde/Db/Migration/Migrator.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Migration/Migrator.php
b/framework/Db/lib/Horde/Db/Migration/Migrator.php
index
82fb391
..
ada0ce2
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Migration/Migrator.php
+++ b/
framework/Db/lib/Horde/Db/Migration/Migrator.php
@@
-209,8
+209,7
@@
class Horde_Db_Migration_Migrator
new RegexIterator(
new RecursiveIteratorIterator(
new RecursiveDirectoryIterator(
- $this->_migrationsPath,
- FilesystemIterator::SKIP_DOTS
+ $this->_migrationsPath
)
),
'/\/\d+_.*\.php$/',