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

           Summary: Incorrect method call
           Product: MediaWiki
           Version: 1.17-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: Normal
         Component: Resource Loader
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: b.mano...@gmail.com
                CC: roan.katt...@gmail.com


Created attachment 7722
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7722
A trivial patch

The method updateModule from MessageBlobStore is defined as follows:

updateModule($name, ResourceLoaderModule $module, $lang = null)

but on MessageBlobStore:333 it is called as

updateModule($module, $lang)

Apparently the first argument $name is missing.

A patch is attached.

-- 
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