Index: trunk/phase3/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 ) |