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

       Web browser: ---
            Bug ID: 45235
           Summary: Error when upgrading from 1.3)=: Call to undefined
                    method DatabaseMysql::applyPatch()
           Product: MediaWiki
           Version: 1.20.2
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Unprioritized
         Component: Installer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

in /includes/installer/MysqlUpdater.php on line 593, the line reads

    $this->db->applyPatch( 'patch-user_rights.sql', false, "Upgrading from a
1.3 or older database? Breaking out user_rights for conversion" );

but should read

    $this->applyPatch( 'patch-user_rights.sql', false, "Upgrading from a 1.3 or
older database? Breaking out user_rights for conversion" );

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

Reply via email to