Author: jablko
Date: Wed Sep 9 13:22:04 2009
New Revision: 3206
Log:
Fix typo in commit 3204
Modified:
trunk/lib/model/QubitInformationObject.php
Modified: trunk/lib/model/QubitInformationObject.php
==============================================================================
--- trunk/lib/model/QubitInformationObject.php Wed Sep 9 13:20:44 2009
(r3205)
+++ trunk/lib/model/QubitInformationObject.php Wed Sep 9 13:22:04 2009
(r3206)
@@ -119,7 +119,7 @@
{
$this->values[$name] = new QubitProperty;
$this->values[$name]->name = $name;
- $this->propertys[] = $property;
+ $this->propertys[] = $this->values[$name];
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---