Author: sevein
Date: Wed Jul 11 09:45:01 2012
New Revision: 11906
Log:
Fix typo
Modified:
trunk/lib/task/migrate/arUpgradeSqlTask.class.php
Modified: trunk/lib/task/migrate/arUpgradeSqlTask.class.php
==============================================================================
--- trunk/lib/task/migrate/arUpgradeSqlTask.class.php Wed Jul 11 09:40:16
2012 (r11905)
+++ trunk/lib/task/migrate/arUpgradeSqlTask.class.php Wed Jul 11 09:45:01
2012 (r11906)
@@ -144,7 +144,7 @@
}
catch (Exception $e)
{
- $this->logSection('upgrade-sql', sprintf('The task failed while trying
to upgrade to v'.$version);
+ $this->logSection('upgrade-sql', sprintf('The task failed while trying
to upgrade to v'.$version));
throw $e;
}
--
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.