From c1e369912f7ef8c4e9562082e6989d6e2d9fcf8d Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Thu, 1 Apr 2010 11:25:56 +0000 Subject: [PATCH] =?utf8?q?followup=20r64465=20=E2=80=94=20make=20happy-mel?= =?utf8?q?on=20happy?= 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 eaa5756d83..21875deab6 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