http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97823

Revision: 97823
Author:   nikerabbit
Date:     2011-09-22 16:23:42 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Fix hook location

Modified Paths:
--------------
    trunk/extensions/Translate/Translate.php

Modified: trunk/extensions/Translate/Translate.php
===================================================================
--- trunk/extensions/Translate/Translate.php    2011-09-22 16:00:57 UTC (rev 
97822)
+++ trunk/extensions/Translate/Translate.php    2011-09-22 16:23:42 UTC (rev 
97823)
@@ -15,7 +15,7 @@
 /**
  * Version number used in extension credits and in other placed where needed.
  */
-define( 'TRANSLATE_VERSION', '2011-09-21' );
+define( 'TRANSLATE_VERSION', '2011-08-30' );
 
 /**
  * Extension credits properties.
@@ -53,7 +53,7 @@
 $wgHooks['CanonicalNamespaces'][] = 'TranslateHooks::setupNamespaces';
 $wgHooks['UnitTestsList'][] = 'TranslateHooks::setupUnitTests';
 $wgHooks['LoadExtensionSchemaUpdates'][] = 'TranslateHooks::schemaUpdates';
-$wgHooks['ParserTestTables'][] = 'PageTranslationHooks::parserTestTables';
+$wgHooks['ParserTestTables'][] = 'TranslateHooks::parserTestTables';
 $wgHooks['PageContentLanguage'][] = 'TranslateHooks::onPageContentLanguage';
 
 // Register special pages into MediaWiki


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to