Author: jablko
Date: Sun Aug 23 16:17:57 2009
New Revision: 3060

Log:
Get index from sfSearchPlugin, missing from last commit

Modified:
   trunk/apps/qubit/lib/SearchIndex.class.php

Modified: trunk/apps/qubit/lib/SearchIndex.class.php
==============================================================================
--- trunk/apps/qubit/lib/SearchIndex.class.php  Sun Aug 23 16:13:20 2009        
(r3059)
+++ trunk/apps/qubit/lib/SearchIndex.class.php  Sun Aug 23 16:17:57 2009        
(r3060)
@@ -149,7 +149,7 @@
     $query->addTerm(new Zend_Search_Lucene_Index_Term($language, 'culture'), 
true);
     foreach ($search->getEngine()->getIndex()->find($query) as $hit)
     {
-      self::$index->delete($hit->id);
+      $search->getEngine()->getIndex()->delete($hit->id);
     }
   }
 

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