Author: david
Date: Wed Feb 23 15:22:38 2011
New Revision: 8996
Log:
Fix typo
Modified:
trunk/lib/task/propelGenerateSlugsTask.class.php
Modified: trunk/lib/task/propelGenerateSlugsTask.class.php
==============================================================================
--- trunk/lib/task/propelGenerateSlugsTask.class.php Wed Feb 23 13:45:35
2011 (r8995)
+++ trunk/lib/task/propelGenerateSlugsTask.class.php Wed Feb 23 15:22:38
2011 (r8996)
@@ -58,7 +58,7 @@
$databaseManager = new sfDatabaseManager($this->configuration);
$conn = $databaseManager->getDatabase('propel')->getConnection();
- $this->logSection('propel', 'Generate infomation object slugs...');
+ $this->logSection('propel', 'Generate information object slugs...');
$sql = 'SELECT io.id, i18n.title';
$sql .= ' FROM '.QubitInformationObject::TABLE_NAME.' io';
--
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.