https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102100
Revision: 102100
Author: petrb
Date: 2011-11-05 15:03:21 +0000 (Sat, 05 Nov 2011)
Log Message:
-----------
fixed order
Modified Paths:
--------------
trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php
Modified: trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php
===================================================================
--- trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php
2011-11-05 14:57:47 UTC (rev 102099)
+++ trunk/extensions/InteractiveBlockMessage/InteractiveBlockMessage.php
2011-11-05 15:03:21 UTC (rev 102100)
@@ -23,10 +23,11 @@
'url' =>
'http://www.mediawiki.org/wiki/Extension:InteractiveBlockMessage',
);
+$dir = dirname( __FILE__ );
+
$wgAutoloadClasses['InteractiveBlockMessage'] =
"$dir/InteractiveBlockMessage.php";
$wgAutoloadClasses['InteractiveBlockMessageHooks'] =
"$dir/InteractiveBlockMessageHooks.php";
-$dir = dirname( __FILE__ );
$wgExtensionMessagesFiles['InteractiveBlockMessage'] =
"$dir/InteractiveBlockMessage.i18n.php";
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs