Changeset 2679 for cpc/trunk/project
- Timestamp:
- May 13, 2012, 2:13:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/task/reindexSolrObjectTask.class.php
r2651 r2679 28 28 $inters = Doctrine::getTable('Intervention')->createQuery('i')->where('seance_id = ?', $id)->execute(); 29 29 foreach ($inters as $i) 30 $this->index($ i);30 $this->index($class, $i); 31 31 } else { 32 32 $this->index($class, $id);
Note: See TracChangeset
for help on using the changeset viewer.