commit | f69973df6ab099846ad69f9794944ad41d992023 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jan 03 12:00:27 2013 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jan 03 12:00:27 2013 +0200 |
tree | b7ad027312388872a819fd991890fb8b2854bddc | |
parent | c5b766c15c6aa69dcc4609d46b0abd45baf1a8d9 [diff] |
Fix #2108
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index 443fff7..fd915c3 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php
@@ -224,7 +224,7 @@ return FALSE; } - include $file; + include_once $file; $class = 'Migration_'.ucfirst(strtolower($this->_get_migration_name(basename($file, '.php')))); // Validate the migration file structure