Changeset 82606 in spip-zone
- Timestamp:
- May 20, 2014, 8:28:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/indexer/trunk/iterateur/sphinx.php
r82605 r82606 271 271 } 272 272 273 $this->queryApi->add _snippet_words( $desc['phrase'] );274 $desc['phrase'] = $this->queryApi->get _snippet_words();273 $this->queryApi->addSnippetWords( $desc['phrase'] ); 274 $desc['phrase'] = $this->queryApi->getSnippetWords(); 275 275 276 276 if (!$desc['phrase'] OR !$desc['champ']) {
Note: See TracChangeset
for help on using the changeset viewer.