Author: david
Date: Fri Jun 24 17:09:32 2011
New Revision: 9180
Log:
Fix typos
Modified:
trunk/lib/task/migrate/MigrateTask.class.php
Modified: trunk/lib/task/migrate/MigrateTask.class.php
==============================================================================
--- trunk/lib/task/migrate/MigrateTask.class.php Fri Jun 24 17:07:42
2011 (r9179)
+++ trunk/lib/task/migrate/MigrateTask.class.php Fri Jun 24 17:09:32
2011 (r9180)
@@ -150,13 +150,13 @@
$this->dataModified = true;
// Set version
- if ('1.0.7' == $this->validVersion[$i])
+ if ('1.0.7' == $this->validVersions[$i])
{
$this->version = 0;
}
else
{
- $this->version = $this->thisValidVersions[i+1];
+ $this->version = $this->validVersions[$i+1];
}
$this->logSection('migrate', 'Data migrated to version
'.$this->validVersions[$i]);
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.