r43076 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43075‎ | r43076 | r43077 >
Date:13:28, 2 November 2008
Author:siebrand
Status:old
Tags:
Comment:
Add FIXME. creditLink() was renamed and changed.
Modified paths:
  • /trunk/extensions/uniwiki/Authors/Authors.php (modified) (history)

Diff [purge]

Index: trunk/extensions/uniwiki/Authors/Authors.php
@@ -82,6 +82,7 @@
8383 $realname = $author[2];
8484
8585 if ( $id != "0" ) { // user with an id
 86+ // FIME: broken. Incompatible with 1.14. Method creditLink() was renamed and changed.
8687 $author_link = $realname
8788 ? creditLink( $username, $realname )
8889 : creditLink( $username );

Status & tagging log