Missing comma from previous commits
authorSam Reed <reedy@users.mediawiki.org>
Thu, 25 Mar 2010 21:30:31 +0000 (21:30 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 25 Mar 2010 21:30:31 +0000 (21:30 +0000)
includes/api/ApiUndelete.php

index 105474a..dcc79d0 100644 (file)
@@ -127,7 +127,7 @@ class ApiUndelete extends ApiBase {
                        'title' => 'Title of the page you want to restore.',
                        'token' => 'An undelete token previously retrieved through list=deletedrevs',
                        'reason' => 'Reason for restoring (optional)',
-                       'timestamps' => 'Timestamps of the revisions to restore. If not set, all revisions will be restored.'
+                       'timestamps' => 'Timestamps of the revisions to restore. If not set, all revisions will be restored.',
                        'watch' => 'Add the page to your watchlist',
                        'unwatch' => 'Remove the page from your watchlist',
                );