Last modified: 2010-05-31 08:50:25 UTC
In "further results" pages, I get the following errors: Notice: Undefined index: order in D:\public_html\mediawiki\extensions\SemanticMediaWiki\specials\AskSpecial\SMW_SpecialAsk.php on line 116 Notice: Undefined index: order in D:\public_html\mediawiki\extensions\SemanticMediaWiki\specials\AskSpecial\SMW_SpecialAsk.php on line 120 Notice: Undefined index: sort in D:\public_html\mediawiki\extensions\SemanticMediaWiki\specials\AskSpecial\SMW_SpecialAsk.php on line 129 Notice: Undefined index: sort in D:\public_html\mediawiki\extensions\SemanticMediaWiki\specials\AskSpecial\SMW_SpecialAsk.php on line 132 Adding simple checks, like below, fixes it: if (!array_key_exists ('order', $this->m_params)) $this->m_params['order']='';
Thanks for pointing this out. I have fixed and also slightly simplified the code now.