ZF-6247: Wrong require for non existing Class Zend_Search_Lucene_TermStreamsPriorityQueue in ZF1.8PR
Description
in Zend/Search/Lucene.php Line
the following Line doesn't work:
/** Zend_Search_Lucene_TermStreamsPriorityQueue */ require_once 'Zend/Search/Lucene/TermStreamsPriorityQueue.php';
The File/Class doesnt exist in the 1.8PR-Release, think its only a typo because changing to
/** Zend_Search_Lucene_PriorityQueue */ require_once 'Zend/Search/Lucene/PriorityQueue.php';
works
Comments
Posted by Snakehit (snakehit) on 2009-04-09T02:48:59.000+0000
http://framework.zend.com/issues/browse/ZF-6243