commit | afee226aa4487b3645fb916f99b4cf7f012af536 | [log] [tgz] |
---|---|---|
author | Alex Bilbie <alex@alexbilbie.com> | Sun Jul 15 18:59:01 2012 +0100 |
committer | Alex Bilbie <alex@alexbilbie.com> | Sun Jul 15 18:59:01 2012 +0100 |
tree | efcf0dc940046a2f3869433e2caa44dd20b9581c | |
parent | 0875d69dc7b5138cc40ea2f248024b2a886a0d82 [diff] [blame] |
Changed TRUE and FALSE values to be uppercase
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index c786703..5d637d4 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php
@@ -285,7 +285,7 @@ if ( ! $migrations = $this->find_migrations()) { $this->_error_string = $this->lang->line('migration_none_found'); - return false; + return FALSE; } $last_migration = basename(end($migrations));