r62427 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62426‎ | r62427 | r62428 >
Date:13:56, 13 February 2010
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
Fix parse error from r62524
Modified paths:
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -63,7 +63,7 @@
6464 array( 'code' => 'no-text', 'info' => 'You must include text in your post' ),
6565 array( 'code' => 'too-many-threads', 'info' => 'You may only edit one thread at a time' ),
6666 array( 'code' => 'invalid-subject', 'info' => 'You must specify a thread to edit' ),
67 - array( 'code' => 'no-specified-threads', 'info' => '' ), 'You must specify a thread to reply to'
 67+ array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to reply to' ),
6868 array( 'code' => 'perm_result-protected', 'info' => 'You cannot reply to this thread, because the perm_result is protected from replies.' ),
6969 array( 'code' => 'too-many-threads', 'info' => 'You may only change the subject of one thread at a time' ),
7070 array( 'code' => 'no-specified-threads', 'info' => 'You must specify a thread to change the subject of' ),

Comments

#Comment by Catrope (talk | contribs)   13:57, 14 February 2010

Commit summary should say r62425.

Status & tagging log