diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-12-03 13:37:47 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-12-03 13:37:47 +0100 |
commit | 838a9d69a9139b6bcd6f8765fdd2d58b929e70ad (patch) | |
tree | 3d296693ea910fd5473e9fb7dec825e4e9edae50 /system/libraries/Migration.php | |
parent | 6a38949d5ac50a123c7fdee37d9561e02fa72884 (diff) |
[ci skip] Cleaned some spaces
Diffstat (limited to 'system/libraries/Migration.php')
-rw-r--r-- | system/libraries/Migration.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index bf2d18e07..e591ab64a 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -143,8 +143,8 @@ class CI_Migration { // Migration basename regex $this->_migration_regex = ($this->_migration_type === 'timestamp') - ? '/^\d{14}_(\w+)$/' - : '/^\d{3}_(\w+)$/'; + ? '/^\d{14}_(\w+)$/' + : '/^\d{3}_(\w+)$/'; // Make sure a valid migration numbering type was set. if ( ! in_array($this->_migration_type, array('sequential', 'timestamp'))) |