r103505 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103504‎ | r103505 | r103506 >
Date:20:30, 17 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
Removed constructor which caused a bug following the last update, triggering ParserOnClearState call several times unnecessarily
Modified paths:
  • /trunk/extensions/HashTables/HashTables.php (modified) (history)

Diff [purge]

Index: trunk/extensions/HashTables/HashTables.php
@@ -65,11 +65,6 @@
6666 * @private
6767 */
6868 var $mHashTables = array();
69 -
70 - function __construct() {
71 - global $wgHooks;
72 - $wgHooks['ParserClearState'][] = &$this;
73 - }
7469
7570 /**
7671 * Sets up parser functions

Status & tagging log