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

           Summary: DynamicPageList.php call a function not existing in
                    mediawiki < 1.14
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: DynamicPageList
        AssignedTo: [email protected]
        ReportedBy: [email protected]


In link 453 of DynamicPageList.php is called "link" function on a Skin object:
$output .= $sk->link($title, htmlspecialchars($titleText), array(), $query,
array( 'forcearticlepath', 'known' ) );

In mediawiki of version older than 1.14 this function don't exist and cause
this error message:
"Fatal error: Call to undefined method SkinMonoBook::link() in
/var/www/wiki/extensions/DynamicPageList.php on line 459"

The problem begin from this commit:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/intersection/DynamicPageList.php?r1=41411&r2=41044


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