From: Mark A. Hershberger Date: Thu, 1 Apr 2010 11:25:56 +0000 (+0000) Subject: followup r64465 — make happy-melon happy X-Git-Tag: 1.31.0-rc.0~37280 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=c1e369912f7ef8c4e9562082e6989d6e2d9fcf8d;p=lhc%2Fweb%2Fwiklou.git followup r64465 — make happy-melon happy --- 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 ); }