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

       Web browser: ---
            Bug ID: 45778
           Summary: extension CategoryIntersection broken on Mediawiki
                    1.20
           Product: MediaWiki extensions
           Version: REL1_20 branch
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: [other]
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: al...@astro.ch
    Classification: Unclassified
   Mobile Platform: ---

extension CategoryIntersection is broken on Mediawiki 1.20.
When I save an edited page, it creates an error in the Apache error logfile:
PHP Fatal error:  Call to private method LinksUpdate::dumbTableUpdate() from
context '' in
/www/docs/wiki/extensions/CategoryIntersection/CategoryIntersection.php on line
86,

The reason is that LinksUpdate::dumbTableUpdate() is now a private function,
while it was public in earlier releases of Mediawiki.

As a temporary workaround, I edited includes/LinksUpdate.php and make the
function public again, by removing the word private in front of it.

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