r102100 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102099‎ | r102100 | r102101 >
Date:15:03, 5 November 2011
Author:petrb
Status:ok
Tags:
Comment:
fixed order
Modified paths:
  • /trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php
@@ -23,10 +23,11 @@
2424 'url' => 'http://www.mediawiki.org/wiki/Extension:InteractiveBlockMessage',
2525 );
2626
 27+$dir = dirname( __FILE__ );
 28+
2729 $wgAutoloadClasses['InteractiveBlockMessage'] = "$dir/InteractiveBlockMessage.php";
2830 $wgAutoloadClasses['InteractiveBlockMessageHooks'] = "$dir/InteractiveBlockMessageHooks.php";
2931
30 -$dir = dirname( __FILE__ );
3132 $wgExtensionMessagesFiles['InteractiveBlockMessage'] = "$dir/InteractiveBlockMessage.i18n.php";
3233
3334

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102099new extension created initial folder + some stuff, it's work in progresspetrb14:57, 5 November 2011

Status & tagging log