Author: pb
Date: Thu Jul 23 14:15:22 2009
New Revision: 4043

Log:
fixed bug #014845: strict warning in ezfezpsolrquerybuilder.php

Modified:
    ezfind/ezp4/trunk/extension/ezfind/classes/ezfezpsolrquerybuilder.php
    
ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1
Modified: ezfind/ezp4/trunk/extension/ezfind/classes/ezfezpsolrquerybuilder.php
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/classes/ezfezpsolrquerybuilder.php (original)
+++ ezfind/ezp4/trunk/extension/ezfind/classes/ezfezpsolrquerybuilder.php Thu Jul 23 14:15:22 2009
@@ -189,7 +189,7 @@
 
         if ( (!eZContentObjectTreeNode::showInvisibleNodes() || !$ignoreVisibility ) && (self::$FindINI->variable( 'SearchFilters', 'FilterHiddenFromDB' ) == 'enabled') )
         {
-            $db =& eZDB::instance();
+            $db = eZDB::instance();
             $invisibleNodeIDArray = $db->arrayQuery( 'SELECT node_id FROM ezcontentobject_tree WHERE ezcontentobject_tree.is_invisible = 1', array( 'column' => 0) );
             $hiddenNodesQueryText = 'meta_main_node_id_si:[* TO *] -meta_main_node_id_si:(';
             foreach ( $invisibleNodeIDArray as $element )

Modified: ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1 (original)
+++ ezfind/ezp4/trunk/extension/ezfind/doc/changelogs/2.1/unstable/CHANGELOG-2.0.0final-to-2.1.0alpha1 Thu Jul 23 14:15:22 2009
@@ -18,3 +18,4 @@
 - Fixed bug #14960: Main URL alias always presented in search results, even when a subtree filter is applied
 - fixed wrong charset declaration in cronjob.ini.append.php
 - fixed bug #014958: Wrong operator usage in example_morelikethis_article.tpl
+- fixed bug #014845: strict warning in ezfezpsolrquerybuilder.php

_______________________________________________
svn-eZFind mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/svn-ezfind

Reply via email to