Procházet zdrojové kódy

Minor fix for Zend_Search_Lucene.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21945 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander před 15 roky
rodič
revize
081cbceb12
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      library/Zend/Search/Lucene/Document/Html.php

+ 1 - 1
library/Zend/Search/Lucene/Document/Html.php

@@ -326,7 +326,7 @@ class Zend_Search_Lucene_Document_Html extends Zend_Search_Lucene_Document
                                        . '</body></html>');
             if (!$success) {
                 require_once 'Zend/Search/Lucene/Exception.php';
-                throw new Zend_Search_Lucene_Exception("Error occured while loading highlighted text fragment: '$highlightedNodeHtml'.");
+                throw new Zend_Search_Lucene_Exception("Error occured while loading highlighted text fragment: '$highlightedWordNodeSetHtml'.");
             }
             $highlightedWordNodeSetXpath = new DOMXPath($highlightedWordNodeSetDomDocument);
             $highlightedWordNodeSet      = $highlightedWordNodeSetXpath->query('/html/body')->item(0)->childNodes;