http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98615

Revision: 98615
Author:   petrb
Date:     2011-10-01 08:33:04 +0000 (Sat, 01 Oct 2011)
Log Message:
-----------
double variable id, fix

Modified Paths:
--------------
    branches/petrb/phase3/includes/api/ApiUndelete.php

Modified: branches/petrb/phase3/includes/api/ApiUndelete.php
===================================================================
--- branches/petrb/phase3/includes/api/ApiUndelete.php  2011-10-01 08:27:51 UTC 
(rev 98614)
+++ branches/petrb/phase3/includes/api/ApiUndelete.php  2011-10-01 08:33:04 UTC 
(rev 98615)
@@ -155,7 +155,7 @@
        public function getExamples() {
                return array(
                        'api.php?action=undelete&title=Main%20Page&token=' . 
EXAMPLE_TOKEN . '&reason=Restoring%20main%20page',
-                       
'api.php?action=undelete&title=Main%20Page&token=token=' . EXAMPLE_TOKEN . 
'&timestamps=20070703220045|20070702194856'
+                       'api.php?action=undelete&title=Main%20Page&token=' . 
EXAMPLE_TOKEN . '&timestamps=20070703220045|20070702194856'
                );
        }
 


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to