r62629 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62628‎ | r62629 | r62630 >
Date:00:09, 17 February 2010
Author:reedy
Status:ok
Tags:
Comment:
blarrrrffgghhh :(
Modified paths:
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -41,7 +41,7 @@
4242 "a unix timestamp or 'now'.",
4343 'signature' => 'Specifies the signature to use for that post. Can be ' .
4444 'NULL to specify the default signature',
45 - ) );
 45+ );
4646 }
4747
4848 public function getPossibleErrors() {
@@ -68,7 +68,7 @@
6969 array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to change the subject of' ),
7070 array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to set the sortkey of' ),
7171 array( 'code' => 'invalid-sortkey', 'info' => 'You must specify a valid timestamp for the sortkey parameter. It should be in the form YYYYMMddhhmmss, a unix timestamp or "now".' ),
72 - );
 72+ ) );
7373 }
7474
7575 public function getExamples() {

Status & tagging log