Extension talk:InlineTable

About this board

Link leads to SPAM: "visit Document & Examples page."

Myrtone (talkcontribs)

This is a repost: I've been testing the extension with version 1.15.x and 1.16.x and I found a problem that makes Parser.php to fail. Debugging, I found the problem on function wfInlineTableExtensionDisplay. It seems the second parameter should not have the ampersand. I changed it from:

function wfInlineTableExtensionDisplay($paramstring, &$params = array()) {

To:

function wfInlineTableExtensionDisplay($paramstring, $params = array()) {

After this change, it seems to be solved. I hope this may help someone --Daemonraco 18:13, 24 August 2010 (UTC)

Reply to "Parser error"
There are no older topics