make open() static

This commit is contained in:
Uwe Steinmann 2014-06-18 15:18:57 +02:00
parent 3cd1219b81
commit e0a61d1105

View File

@ -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);