From f69973df6ab099846ad69f9794944ad41d992023 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 3 Jan 2013 12:00:27 +0200 Subject: Fix #2108 --- system/libraries/Migration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index 443fff7e6..fd915c382 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -224,7 +224,7 @@ class CI_Migration { return FALSE; } - include $file; + include_once $file; $class = 'Migration_'.ucfirst(strtolower($this->_get_migration_name(basename($file, '.php')))); // Validate the migration file structure -- cgit v1.2.3-24-g4f1b