Author: rande
Date: 2010-03-20 12:43:57 +0100 (Sat, 20 Mar 2010)
New Revision: 28630
Modified:
plugins/sfSolrPlugin/branches/sf1.2/lib/indexer/sfLuceneDoctrineIndexer.class.php
Log:
[sfSolrPlugin] the sfLucene instance is now passed as argument in the validator
callback
Modified:
plugins/sfSolrPlugin/branches/sf1.2/lib/indexer/sfLuceneDoctrineIndexer.class.php
===================================================================
---
plugins/sfSolrPlugin/branches/sf1.2/lib/indexer/sfLuceneDoctrineIndexer.class.php
2010-03-20 09:09:13 UTC (rev 28629)
+++
plugins/sfSolrPlugin/branches/sf1.2/lib/indexer/sfLuceneDoctrineIndexer.class.php
2010-03-20 11:43:57 UTC (rev 28630)
@@ -104,7 +104,7 @@
if (method_exists($this->getModel(), $method))
{
- return (bool) $this->getModel()->$method();
+ return (bool) $this->getModel()->$method( $this->getSearch());
}
return true;
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" 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/symfony-svn?hl=en.