Index: trunk/extensions/uniwiki/Authors/Authors.php |
— | — | @@ -82,6 +82,7 @@ |
83 | 83 | $realname = $author[2]; |
84 | 84 | |
85 | 85 | if ( $id != "0" ) { // user with an id |
| 86 | + // FIME: broken. Incompatible with 1.14. Method creditLink() was renamed and changed. |
86 | 87 | $author_link = $realname |
87 | 88 | ? creditLink( $username, $realname ) |
88 | 89 | : creditLink( $username ); |