Hi guys! During writing my tag extension I've face with the problem: sometimes the UNIQ-QINU MWException has been throwed after my code is finished executing. I've found the fix
http://www.mediawiki.org/wiki/QINU_fix that recommends using $parser->parse($input, $parser->mTitle, $parser->mOptions, false, false); //in my case $parser is from the function argument. Does anyone know more about this QINU exception, or where I can read more about it? And also what are the last three parameters of the Parser::parse() function? [1] [1] http://svn.wikimedia.org/doc/classParser.html#a0e3f2edd4bd47376953dfad4dcfc9c74 Cheers, ----- Yury Katkov, WikiVote _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
