Author: david
Date: Mon Oct 31 17:12:45 2011
New Revision: 10237

Log:
Fix imported term counter

Modified:
   trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php

Modified: 
trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php
==============================================================================
--- trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php 
Mon Oct 31 16:47:54 2011        (r10236)
+++ trunk/plugins/sfSkosPlugin/modules/sfSkosPlugin/templates/importSuccess.php 
Mon Oct 31 17:12:45 2011        (r10237)
@@ -3,7 +3,7 @@
 <?php echo $form->renderFormTag(url_for(array('module' => 'sfSkosPlugin', 
'action' => 'import'))) ?>
 
   <div>
-    <?php echo __('%1% terms imported in %2%s', array('%1%' => 
count($skos->concepts), '%2%' => $timer->elapsed())) ?>
+    <?php echo __('%1% terms imported in %2%s', array('%1%' => 
count($skos->terms), '%2%' => $timer->elapsed())) ?>
   </div>
 
   <div class="actions section">

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