Author: peter
Date: Thu Sep 10 10:40:43 2009
New Revision: 3217
Log:
fix typo
Modified:
trunk/lib/task/migrate/QubitMigrate107to108.class.php
Modified: trunk/lib/task/migrate/QubitMigrate107to108.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate107to108.class.php Thu Sep 10
10:40:33 2009 (r3216)
+++ trunk/lib/task/migrate/QubitMigrate107to108.class.php Thu Sep 10
10:40:43 2009 (r3217)
@@ -45,7 +45,7 @@
// Alter qubit classes (methods ordered alphabetically)
$this->alterQubitMenus();
- $this->alterQubitPropteries();
+ $this->alterQubitProperties();
$this->alterQubitSettings();
$this->alterQubitStaticPages();
@@ -277,7 +277,7 @@
*
* @return QubitMigrate107to108 this object
*/
- protected function alterQubitPropteries()
+ protected function alterQubitProperties()
{
$tmp = array();
foreach ($this->data['QubitProperty'] as $key => $value)
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---