Fix quick search broken by 7188601607762f52cf2688b4e97cedd5e36c8ad7.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 6 Oct 2010 08:10:45 +0000 (10:10 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 6 Oct 2010 08:10:45 +0000 (10:10 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/ufbuilder.inc.php

index 354ef18..40c5a74 100644 (file)
@@ -521,7 +521,7 @@ class UFBF_Quick extends UFB_Field
                 $flags = array('public');
             }
             $exact =$ufb->b('exact');
-            $conds->addChild(new UFC_NameTokens($st, $flags, $ufb->b('with_soundex'), $exact));
+            $conds->addChild(new UFC_NameTokens($strings, $flags, $ufb->b('with_soundex'), $exact));
 
             $ufb->addOrder(new UFO_Score());
         }