Apparently setIndexedTagName_recursive() wasn't enough here
authorCatrope <roan.kattouw@gmail.com>
Wed, 12 Sep 2012 19:57:04 +0000 (12:57 -0700)
committerCatrope <roan.kattouw@gmail.com>
Wed, 12 Sep 2012 19:57:04 +0000 (12:57 -0700)
Change-Id: I090b2a315040bc5594a31e5d44dcb9721b4750a6

includes/api/ApiQueryLogEvents.php

index e3f1505..5d85c22 100644 (file)
@@ -262,6 +262,7 @@ class ApiQueryLogEvents extends ApiQueryBase {
                                break;
                }
                if ( !is_null( $params ) ) {
+                       $result->setIndexedTagName( $params, 'param' );
                        $result->setIndexedTagName_recursive( $params, 'param' );
                        $vals = array_merge( $vals, $params );
                }