Author: jablko
Date: Wed Aug 12 09:29:50 2009
New Revision: 3018

Log:
Typo

Modified:
   trunk/apps/qubit/modules/informationobject/actions/editAction.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/editAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/editAction.class.php     
Wed Aug 12 00:09:47 2009        (r3017)
+++ trunk/apps/qubit/modules/informationobject/actions/editAction.class.php     
Wed Aug 12 09:29:50 2009        (r3018)
@@ -236,7 +236,7 @@
         if (!isset($this[$field->getName()]))
         {
           $this[$field->getName()] = new QubitProperty;
-          $this[$field->getName()]->name = $fiel->getName();
+          $this[$field->getName()]->name = $field->getName();
           $this->informationObject->propertys[] = $this[$field->getName()];
         }
 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to