r50122 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50121‎ | r50122 | r50123 >
Date:08:00, 2 May 2009
Author:ialex
Status:deferred
Tags:
Comment:
...and forgot to add the path to $wgExtensionCredits
Modified paths:
  • /trunk/extensions/TSPoll/TSPoll.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TSPoll/TSPoll.php
@@ -27,6 +27,7 @@
2828 $wgExtensionCredits['parserhook'][] = array(
2929 'name' => 'TSPoll',
3030 'version' => '1.0 Dev',
 31+ 'path' => __FILE__,
3132 'author' => 'Jan Luca',
3233 'url' => 'http://www.mediawiki.org/wiki/User:Jan_Luca/Extension:TSPoll',
3334 'descriptionmsg'=> 'tspoll-desc'

Status & tagging log