Index: branches/wmf-deployment/includes/api/ApiMain.php |
— | — | @@ -559,7 +559,8 @@ |
560 | 560 | $this->mPrinter->setHelp(); |
561 | 561 | // Get help text from cache if present |
562 | 562 | $key = wfMemcKey( 'apihelp', $this->getModuleName(), |
563 | | - SpecialVersion::getVersion( 'nodb' ) ); |
| 563 | + SpecialVersion::getVersion( 'nodb' ). |
| 564 | + $this->getMain()->getShowVersions() ); |
564 | 565 | if ( $wgAPICacheHelp ) { |
565 | 566 | $cached = $wgMemc->get( $key ); |
566 | 567 | if ( $cached ) |
Property changes on: branches/wmf-deployment/includes/api/ApiMain.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
567 | 568 | + /branches/REL1_15/phase3/includes/api/ApiMain.php:51646 |
/branches/wmf-deployment/includes/api/ApiMain.php:53381 |
/trunk/phase3/includes/api/ApiMain.php:56213,56215-56216,56218,56334-56336,56338,56340,56343,56345,56347,56350,56531 |