Author: jablko
Date: Wed Oct 27 18:20:34 2010
New Revision: 8588

Log:
Typo, fixes issue 1853

Modified:
   trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/actions/indexAction.class.php

Modified: 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/actions/indexAction.class.php
==============================================================================
--- 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/actions/indexAction.class.php   
    Wed Oct 27 18:19:04 2010        (r8587)
+++ 
trunk/plugins/sfIsdfPlugin/modules/sfIsdfPlugin/actions/indexAction.class.php   
    Wed Oct 27 18:20:34 2010        (r8588)
@@ -40,7 +40,7 @@
       $validatorSchema->type = new sfValidatorString(array(
         'required' => true), array(
         'required' => $this->context->i18n->__('%1%Type%2% - This is a 
%3%mandatory%4% element.', array('%1%' => '<a 
href="http://ica-atom.org/doc/RS-4#Type_of_description";>', '%2%' => '</a>', 
'%3%' => '<a href="http://ica-atom.org/doc/RS-4#Structure_and_use_4.7";>', '%4%' 
=> '</a>'))));
-      $values['type'] = $resource->type;
+      $values['type'] = $this->resource->type;
 
       $validatorSchema->authorizedFormOfName = new sfValidatorString(array(
         'required' => true), array(

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

Reply via email to