Author: jablko
Date: Sun Oct 24 14:56:14 2010
New Revision: 8441

Log:
Cosmetic change

Modified:
   trunk/apps/qubit/modules/search/templates/descriptionUpdatesSuccess.php
   trunk/apps/qubit/modules/term/templates/indexSuccess.php

Modified: 
trunk/apps/qubit/modules/search/templates/descriptionUpdatesSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/descriptionUpdatesSuccess.php     
Sun Oct 24 14:49:43 2010        (r8440)
+++ trunk/apps/qubit/modules/search/templates/descriptionUpdatesSuccess.php     
Sun Oct 24 14:56:14 2010        (r8441)
@@ -90,7 +90,7 @@
               <?php endif; ?>
             </td>
           <?php elseif('QubitTerm' == $className): ?>
-            <td><?php echo 
$result->getTaxonomy()->getName(array('cultureFallback' => true)) ?></td>
+            <td><?php echo $result->taxonomy->getName(array('cultureFallback' 
=> true)) ?></td>
           <?php endif; ?>
 
           <td>

Modified: trunk/apps/qubit/modules/term/templates/indexSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/indexSuccess.php    Sun Oct 24 
14:49:43 2010        (r8440)
+++ trunk/apps/qubit/modules/term/templates/indexSuccess.php    Sun Oct 24 
14:56:14 2010        (r8441)
@@ -133,7 +133,7 @@
       <?php endif; ?>
 
       <?php if (QubitAcl::check($resource->taxonomy, 'createTerm')): ?>
-        <li><?php echo link_to(__('Add new'), array('module' => 'term', 
'action' => 'create', 'parent' => url_for(array($resource, 'module' => 
'term')), 'taxonomyId' => $resource->getTaxonomy()->id)) ?></li>
+        <li><?php echo link_to(__('Add new'), array('module' => 'term', 
'action' => 'create', 'parent' => url_for(array($resource, 'module' => 
'term')), 'taxonomyId' => $resource->taxonomy->id)) ?></li>
       <?php endif; ?>
 
     </ul>

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