From: Reedy Date: Tue, 23 Oct 2012 19:30:41 +0000 (+0000) Subject: Merge "Removed reference to * from docs." X-Git-Tag: 1.31.0-rc.0~21896 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=ec6efe873bbe577d4ab303b762d8cc83c1cb74a4;hp=081fbc98002d6d02c5612a4cc56ac67860af4c47;p=lhc%2Fweb%2Fwiklou.git Merge "Removed reference to * from docs." --- diff --git a/includes/api/ApiQueryORM.php b/includes/api/ApiQueryORM.php index ace2105b1f..f0c2b1b37e 100644 --- a/includes/api/ApiQueryORM.php +++ b/includes/api/ApiQueryORM.php @@ -94,8 +94,8 @@ abstract class ApiQueryORM extends ApiQueryBase { } /** - * Get the request parameters, handle the * value for the props param - * and remove all params set to null (ie those that are not actually provided). + * Get the request parameters and remove all params set + * to null (ie those that are not actually provided). * * @since 1.21 *