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

            Bug ID: 66463
           Summary: UserMerge::movePages makeList using duplicate array
                    keys
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: UserMerge
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

$dbr->makeList( array(
                    'page_title' => $dbr->buildLike( $oldusername->getDBkey() .
'/', $dbr->anyString() ),
                    'page_title' => $oldusername->getDBkey()
                    ),
                    LIST_OR
                )


Can't use page_title as an array key twice.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to