Problem: parameter in template

Jump to: navigation, search

Sugestion:

In "SQL2Wiki.body.php", replace:

$sql = ( $s2w->shouldPreexpand() ) ? $parser->recursiveTagParse( $input ) : $input;

by:

$sql = ( $s2w->shouldPreexpand() ) ? $parser->recursiveTagParse( $input, $frame ) : $input;

See: http://www.mediawiki.org/wiki/Manual:Tag_extensions#Extensions_and_Templates

Thanks.

-- Alexandre Porto msg16:16, 22 July 2011
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox