diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-19 01:27:21 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-19 01:27:21 +0200 |
commit | 16151c814b103b4cf67a5721028c493d9e2111e5 (patch) | |
tree | 105e9887759c7871edf47292821e979fb59429e1 /application/config/migration.php | |
parent | 777153d8362ed884fc3d47ea4a5e1fa0f1ce8ca9 (diff) | |
parent | a465fc406010ca3648a7f55a63996569a5f86efb (diff) |
Merge pull request #1505 from robbyrice/develop
fixing a typo in the comments of the migration config file
Diffstat (limited to 'application/config/migration.php')
-rw-r--r-- | application/config/migration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/migration.php b/application/config/migration.php index 88e398243..7645ade7c 100644 --- a/application/config/migration.php +++ b/application/config/migration.php @@ -44,7 +44,7 @@ $config['migration_enabled'] = FALSE; | | This is the name of the table that will store the current migrations state. | When migrations runs it will store in a database table which migration -| level the system is at. It then compares the migration level in the this +| level the system is at. It then compares the migration level in this | table to the $config['migration_version'] if they are not the same it | will migrate up. This must be set. | |