X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryORM.php;h=469b2972b927d44c12e3f0f6e4aac17185aac26f;hb=208a625c54e92cb36cdc3acc8f859eeca5d36c7f;hp=a23ff06b27715edfe2e9d760ef1ba55df2a25cb0;hpb=4141e8831736ad4fca13b179179d7bc831033e49;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryORM.php b/includes/api/ApiQueryORM.php index a23ff06b27..469b2972b9 100644 --- a/includes/api/ApiQueryORM.php +++ b/includes/api/ApiQueryORM.php @@ -104,7 +104,7 @@ abstract class ApiQueryORM extends ApiQueryBase { protected function getParams() { return array_filter( $this->extractRequestParams(), - function( $prop ) { + function ( $prop ) { return isset( $prop ); } ); @@ -260,5 +260,4 @@ abstract class ApiQueryORM extends ApiQueryBase { return array_merge( $this->getTable()->getFieldDescriptions(), $descriptions ); } - }