https://bugzilla.wikimedia.org/show_bug.cgi?id=27452

--- Comment #4 from Reedy <s...@reedyboy.net> 2011-10-05 01:57:53 UTC ---
Update for completeness...

During the 1.18wmf1 migration this seemed to have batches of it occurring
again.

Did do some hacking

        $srchres = PrefixSearch::titleSearch( $search, $limit, $namespaces );

        if ( !is_array( $srchres ) ) {
            wfDebug( 'PrefixSearch::titleSearch returned a non array', true );
            $srchres = array();
        }
        $mapped = array_map( array( $this, 'formatItem' ), $srchres );
        $items = array_filter( $mapped );


But not sure if it actually did anything, or the issue was just transient

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to