From: Roan Kattouw Date: Tue, 25 Mar 2008 15:36:05 +0000 (+0000) Subject: Correcting slight mistake in r32413 X-Git-Tag: 1.31.0-rc.0~48823 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=0aeb9c5c7b4a9ff660e7fbc1f4611d80aef33607;p=lhc%2Fweb%2Fwiklou.git Correcting slight mistake in r32413 --- diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index 93a69d2b68..672e218b21 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -237,7 +237,7 @@ class ApiQueryInfo extends ApiQueryBase { // Get edit/protect tokens and protection data for missing titles if requested // Delete and move tokens are N/A for missing titles anyway - if($tok_edit || $tok_protect || $fld_protection) + if($tok_edit || $tok_protect || $fld_protection || $fld_talkid || $fld_subjectid) { $res = &$result->getData(); foreach($missing as $pageid => $title) {