Commit 76cbdb0b44c25c6549d87171ede98bdac9815c84
1 parent
2a0d453f
Moved isDocumentIndexed function into the class.
Committed by: Megan Watson
Showing
1 changed file
with
2 additions
and
2 deletions
search2/indexing/indexers/PHPLuceneIndexer.inc.php
| @@ -297,10 +297,10 @@ class PHPLuceneIndexer extends Indexer | @@ -297,10 +297,10 @@ class PHPLuceneIndexer extends Indexer | ||
| 297 | { | 297 | { |
| 298 | return _kt('Document Indexer Library'); | 298 | return _kt('Document Indexer Library'); |
| 299 | } | 299 | } |
| 300 | -} | ||
| 301 | 300 | ||
| 302 | - function isDocumentIndexed($documentId) | 301 | + public function isDocumentIndexed($documentId) |
| 303 | { | 302 | { |
| 304 | // do something | 303 | // do something |
| 305 | } | 304 | } |
| 305 | +} | ||
| 306 | ?> | 306 | ?> |
| 307 | \ No newline at end of file | 307 | \ No newline at end of file |