We fixed the problem with following patch:
Index: extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php
===================================================================
--- extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php
(revision 64288)
+++ extensions/SemanticMediaWiki/specials/AskSpecial/SMW_SpecialAsk.php
(working copy)
@@ -345,7 +345,7 @@
$result = '';
if ( $this->m_editquery ) {
- $spectitle = Title::makeTitle( NS_SPECIAL, 'Ask' );
+ $spectitle = $this->getTitleFor('Ask');
$result .= '<form name="ask" action="' .
$spectitle->escapeLocalURL() . '" method="get">' . "\n" .
'<input type="hidden" name="title" value="'
. $spectitle->getPrefixedText() . '"/>';
Additional an bugreport was summited to the mediawiki bugtracker:
https://bugzilla.wikimedia.org/show_bug.cgi?id=22989
Greets,
Andi
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Semediawiki-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/semediawiki-devel