Author: pb
Date: Thu Jul 24 22:19:49 2008
New Revision: 3128

Log:
- fixing small bug in DOMXML calls

Modified:
    ezfind/ezp4/trunk/extension/ezfind/classes/ezsolrdoc.php
Modified: ezfind/ezp4/trunk/extension/ezfind/classes/ezsolrdoc.php
==============================================================================
--- ezfind/ezp4/trunk/extension/ezfind/classes/ezsolrdoc.php (original)
+++ ezfind/ezp4/trunk/extension/ezfind/classes/ezsolrdoc.php Thu Jul 24 22:19:49 2008
@@ -42,7 +42,7 @@
 
         if ( $boost && is_numeric( $boost ) )
         {
-            $this->setAttribute( 'boost', $boost );
+            $this->RootElement->setAttribute( 'boost', $boost );
         }
     }
 

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

Reply via email to