Index: trunk/extensions/RSS/RSS.php |
— | — | @@ -20,6 +20,7 @@ |
21 | 21 | |
22 | 22 | // Extension credits that will show up on Special:Version |
23 | 23 | $wgExtensionCredits['parserhook'][] = array( |
| 24 | + 'path' => __FILE__, |
24 | 25 | 'name' => 'RSS feed', |
25 | 26 | 'author' => array( 'Kellan Elliott-McCrea', 'mutante', 'Daniel Kinzler', |
26 | 27 | 'Rdb', 'Mafs', 'Alxndr', 'Thomas Gries', 'Chris Reigrut', |