https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103374

Revision: 103374
Author:   danwe
Date:     2011-11-16 20:29:56 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
readme information corrected, there is not installation file actually

Modified Paths:
--------------
    trunk/extensions/HashTables/HashTables.php
    trunk/extensions/HashTables/README

Modified: trunk/extensions/HashTables/HashTables.php
===================================================================
--- trunk/extensions/HashTables/HashTables.php  2011-11-16 20:29:34 UTC (rev 
103373)
+++ trunk/extensions/HashTables/HashTables.php  2011-11-16 20:29:56 UTC (rev 
103374)
@@ -285,7 +285,7 @@
         */
        function hashinclude( &$parser, $frame, $args) {        
                // get hash table ID from first parameter:
-               $hashId = trim( $frame->expand($args[0] ) );
+               $hashId = trim( $frame->expand( $args[0] ) );
                unset( $args[0] );
                
                if( !$this->hashExists($hashId) )

Modified: trunk/extensions/HashTables/README
===================================================================
--- trunk/extensions/HashTables/README  2011-11-16 20:29:34 UTC (rev 103373)
+++ trunk/extensions/HashTables/README  2011-11-16 20:29:56 UTC (rev 103374)
@@ -3,8 +3,6 @@
 The ''HashTables'' extension Enhances the parser with hash table functions and 
a function
 to store all parameters given to a template.
 
-Notes on installing ''HashTables'' are found in the file 'INSTALL'.
-
 * Website: http://www.mediawiki.org/wiki/Extension:HashTables
 * Author:  Daniel Werner < [email protected] >
 * License: ISC license


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

Reply via email to