r103374 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103373‎ | r103374 | r103375 >
Date:20:29, 16 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
readme information corrected, there is not installation file actually
Modified paths:
  • /trunk/extensions/HashTables/HashTables.php (modified) (history)
  • /trunk/extensions/HashTables/README (modified) (history)

Diff [purge]

Index: trunk/extensions/HashTables/HashTables.php
@@ -285,7 +285,7 @@
286286 */
287287 function hashinclude( &$parser, $frame, $args) {
288288 // get hash table ID from first parameter:
289 - $hashId = trim( $frame->expand($args[0] ) );
 289+ $hashId = trim( $frame->expand( $args[0] ) );
290290 unset( $args[0] );
291291
292292 if( !$this->hashExists($hashId) )
Index: trunk/extensions/HashTables/README
@@ -3,8 +3,6 @@
44 The ''HashTables'' extension Enhances the parser with hash table functions and a function
55 to store all parameters given to a template.
66
7 -Notes on installing ''HashTables'' are found in the file 'INSTALL'.
8 -
97 * Website: http://www.mediawiki.org/wiki/Extension:HashTables
108 * Author: Daniel Werner < danweetz@web.de >
119 * License: ISC license

Status & tagging log