Fixup date and uppercase parameter from r78824
authorSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 21:50:00 +0000 (21:50 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 22 Dec 2010 21:50:00 +0000 (21:50 +0000)
includes/api/ApiQueryQueryPage.php

index 4059260..fd9ea9d 100644 (file)
@@ -2,7 +2,7 @@
 /**
  *
  *
- * Created on Sep 10, 2007
+ * Created on Dec 22, 2010
  *
  * Copyright © 2010 Roan Kattouw <Firstname>.<Lastname>@gmail.com
  *
@@ -78,7 +78,7 @@ class ApiQueryQueryPage extends ApiQueryGeneratorBase {
                                $r['cached'] = '';
                                $ts = $qp->getCachedTimestamp();
                                if ( $ts ) {
-                                       $r['cachedTimestamp'] = wfTimestamp( TS_ISO_8601, $ts );
+                                       $r['cachedtimestamp'] = wfTimestamp( TS_ISO_8601, $ts );
                                }
                        }
                }