Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | "a unix timestamp or 'now'.", |
43 | 43 | 'signature' => 'Specifies the signature to use for that post. Can be ' . |
44 | 44 | 'NULL to specify the default signature', |
45 | | - ) ); |
| 45 | + ); |
46 | 46 | } |
47 | 47 | |
48 | 48 | public function getPossibleErrors() { |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to change the subject of' ), |
70 | 70 | array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to set the sortkey of' ), |
71 | 71 | 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 | + ) ); |
73 | 73 | } |
74 | 74 | |
75 | 75 | public function getExamples() { |