commit | b10a6d62c580980e770ce52b484302d8174764e5 | [log] [tgz] |
---|---|---|
author | Ahmad Anbar <aanbar@gmail.com> | Tue Apr 01 02:00:50 2014 +0300 |
committer | Ahmad Anbar <aanbar@gmail.com> | Tue Apr 01 02:00:50 2014 +0300 |
tree | 28f855b8b91c8079a93136489b2f2907fbdb4c67 | |
parent | e2e5c26294cf831daf49b9d6b51db1278c28beb2 [diff] [blame] |
Removed tab on empty line too.
diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index bb20c84..9185adf 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php
@@ -186,7 +186,7 @@ { // Note: We use strings, so that timestamp versions work on 32-bit systems $current_version = $this->_get_version(); - + if ($this->_migration_type === 'sequential') { $target_version = str_pad($target_version, 3, '0', STR_PAD_LEFT);