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

       Web browser: ---
            Bug ID: 51281
           Summary: Config variable $wgUserStatsPointValues not defined in
                    global scope (fixme on line 611)
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: SocialProfile
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

UserStats/UserStatsClass.php defines config variables intended for the global
scope at the top of the file including the array $wgUserStatsPointValues.

When the UserStatsTrack class is constructed, it calls for this global, which
is null, and sets it to a property that is later iterated (fixme on line 611).

Putting the variable in global scope before it is defined fixes the problem.

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