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

           Summary: in Title::isValidMoveTarget, $dbw->selectRow should pass
                    array, not string
           Product: MediaWiki
           Version: 1.12-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]


It seems to me that:

  'FOR UPDATE'

should be:

  array('FOR UPDATE')

in Title::isValidMoveTarget.  Database::selectRow seems to expect an array, not
a string.  I get warnings (errors?) in my HTML when using the ReplaceText
extension if I do not make this patch.

Thanks.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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