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