Index: trunk/extensions/HashTables/HashTables.php |
— | — | @@ -285,7 +285,7 @@ |
286 | 286 | */ |
287 | 287 | function hashinclude( &$parser, $frame, $args) { |
288 | 288 | // get hash table ID from first parameter: |
289 | | - $hashId = trim( $frame->expand($args[0] ) ); |
| 289 | + $hashId = trim( $frame->expand( $args[0] ) ); |
290 | 290 | unset( $args[0] ); |
291 | 291 | |
292 | 292 | if( !$this->hashExists($hashId) ) |
Index: trunk/extensions/HashTables/README |
— | — | @@ -3,8 +3,6 @@ |
4 | 4 | The ''HashTables'' extension Enhances the parser with hash table functions and a function |
5 | 5 | to store all parameters given to a template. |
6 | 6 | |
7 | | -Notes on installing ''HashTables'' are found in the file 'INSTALL'. |
8 | | - |
9 | 7 | * Website: http://www.mediawiki.org/wiki/Extension:HashTables |
10 | 8 | * Author: Daniel Werner < danweetz@web.de > |
11 | 9 | * License: ISC license |