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

           Summary: LookupUser changes for useroptions
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: [other]
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: dasch...@gmx.net


In line 100 of LookupUser.body.php

foreach ( $user->mOptions as $name => $value ) {

must be changed to

foreach ( $user->getOptions() as $name => $value ) {

hope somebody with SVN access can fix this

-- 
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 watching all bug changes.

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

Reply via email to