mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
make open() static
This commit is contained in:
parent
3cd1219b81
commit
e0a61d1105
|
@ -29,7 +29,7 @@ class SeedDMS_Lucene_Indexer {
|
|||
*/
|
||||
protected $indexname;
|
||||
|
||||
function open($luceneDir) { /* {{{ */
|
||||
static function open($luceneDir) { /* {{{ */
|
||||
try {
|
||||
$index = Zend_Search_Lucene::open($luceneDir);
|
||||
return($index);
|
||||
|
|
Loading…
Reference in New Issue
Block a user