From: Catrope Date: Wed, 12 Sep 2012 19:57:04 +0000 (-0700) Subject: Apparently setIndexedTagName_recursive() wasn't enough here X-Git-Tag: 1.31.0-rc.0~22396^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=5fe12fad12cf1b11408994da749bf039b8011ef8;p=lhc%2Fweb%2Fwiklou.git Apparently setIndexedTagName_recursive() wasn't enough here Change-Id: I090b2a315040bc5594a31e5d44dcb9721b4750a6 --- diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index e3f15051cf..5d85c221a8 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -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 ); }