https://bugzilla.wikimedia.org/show_bug.cgi?id=18910





--- Comment #3 from Markus Krötzsch <mar...@semantic-mediawiki.org>  2009-07-12 
13:23:02 UTC ---
Yes, please file another request for general "parameter not understood" error
reporting.

The patch was trivial (let's see if pre-tags work here):

<pre>
===================================================================
--- SMW_QueryPrinter.php        (Revision 52785)
+++ SMW_QueryPrinter.php        (Revision 52786)
@@ -213,7 +213,7 @@
                        $this->mSearchlabel = $params['searchlabel'];
                }
                if (array_key_exists('link', $params)) {
-                       switch (strtolower($params['link'])) {
+                       switch (strtolower(trim($params['link']))) {
                        case 'head': case 'subject':
                                $this->mLinkFirst = true;
                                $this->mLinkOthers  = false;
</pre>


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to