X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiPatrol.php;h=00297ec27c6b119d2ff0fa49747891033779cd5c;hb=b954a12809f6e90aeb07bf9823af92d6b4a0b6c7;hp=bd2fde2b392d799e61553db3d9d41a5c93ce4aef;hpb=eb52fff1c413d42a0fa776108d7a950b836460b8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiPatrol.php b/includes/api/ApiPatrol.php index bd2fde2b39..00297ec27c 100644 --- a/includes/api/ApiPatrol.php +++ b/includes/api/ApiPatrol.php @@ -109,7 +109,7 @@ class ApiPatrol extends ApiBase { } public function getDescription() { - return 'Patrol a page or revision'; + return 'Patrol a page or revision.'; } public function getPossibleErrors() { @@ -123,7 +123,8 @@ class ApiPatrol extends ApiBase { 'code' => 'notpatrollable', 'info' => "The revision can't be patrolled as it's too old" ) - ) ); + ) + ); } public function needsToken() {