From c1afe8e84e4032631d2f40055aef43884214b4ef Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 1 Apr 2010 00:35:14 +0000 Subject: [PATCH] =?utf8?q?follow=20up=20r64454=20=E2=80=94=20change=20comm?= =?utf8?q?ent=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- includes/api/ApiBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 68fb662e11..eaa5756d83 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -475,7 +475,7 @@ abstract class ApiBase { $params = $this->getFinalParams(); $results = array(); - if($params) { /* getFinalParams() can return false */ + if($params) { // getFinalParams() can return false foreach ( $params as $paramName => $paramSettings ) { $results[$paramName] = $this->getParameterFromSettings( $paramName, $paramSettings, $parseLimit ); } -- 2.20.1